LLVM 20.0.0git
|
Analysis pass that exposes the DXILResource
for a module.
More...
#include "Target/DirectX/DXILResourceAnalysis.h"
Public Types | |
typedef dxil::Resources | Result |
Public Member Functions | |
dxil::Resources | run (Module &M, ModuleAnalysisManager &AM) |
Public Member Functions inherited from llvm::PassInfoMixin< DerivedT > | |
void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::AnalysisInfoMixin< DXILResourceMDAnalysis > | |
static AnalysisKey * | ID () |
Returns an opaque, unique ID for this analysis type. | |
Static Public Member Functions inherited from llvm::PassInfoMixin< DerivedT > | |
static StringRef | name () |
Gets the name of the pass we are mixed into. | |
Analysis pass that exposes the DXILResource
for a module.
Definition at line 23 of file DXILResourceAnalysis.h.
Definition at line 29 of file DXILResourceAnalysis.h.
dxil::Resources DXILResourceMDAnalysis::run | ( | Module & | M, |
ModuleAnalysisManager & | AM | ||
) |
Definition at line 21 of file DXILResourceAnalysis.cpp.