Map of DXIL resources discovered in a module.
Synopsis
Declared in <llvm/Analysis/DXILResource.h>
class DXILResourceMap;
Types
Name |
Description |
Iterator over binding‐call instructions that create resources. |
Type Aliases
Name |
Description |
Const iterator over resource infos. |
|
Iterator over resource infos. |
Member Functions
Name |
Description |
|
|
Return an iterator to the first binding call. |
|
Return an iterator past the last binding call. |
|
Return the range of binding‐call instructions. |
|
|
|
|
|
|
|
Return true if no resources are present. |
|
|
|
Find the resource created by binding call |
|
Return true if any resource has a conflicting counter direction. |
|
Print all resources in this map. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Friends
Name |
Description |
Legacy module pass wrapping a |
|
Analysis that builds a |
Created with MrDocs