LLVM 20.0.0git
|
#include "llvm/Analysis/DXILMetadataAnalysis.h"
Public Types | |
using | Result = dxil::ModuleMetadataInfo |
Public Member Functions | |
dxil::ModuleMetadataInfo | run (Module &M, ModuleAnalysisManager &AM) |
Gather module metadata info for the module M . | |
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< DXILMetadataAnalysis > | |
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. | |
Definition at line 34 of file DXILMetadataAnalysis.h.
Definition at line 40 of file DXILMetadataAnalysis.h.
llvm::dxil::ModuleMetadataInfo DXILMetadataAnalysis::run | ( | Module & | M, |
ModuleAnalysisManager & | AM | ||
) |
Gather module metadata info for the module M
.
Definition at line 54 of file DXILMetadataAnalysis.cpp.
References collectMetadataInfo().