LLVM 20.0.0git
|
Public Types | |
using | Result = PreservedCFGCheckerInstrumentation::CFG |
Provide the result type for this analysis pass. | |
Public Member Functions | |
Result | run (Function &F, FunctionAnalysisManager &FAM) |
Run the analysis pass over a function and produce CFG. | |
Public Member Functions inherited from llvm::PassInfoMixin< DerivedT > | |
void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
Public Attributes | |
friend | AnalysisInfoMixin< PreservedCFGCheckerAnalysis > |
Static Public Attributes | |
static AnalysisKey | Key |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::AnalysisInfoMixin< PreservedCFGCheckerAnalysis > | |
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 1280 of file StandardInstrumentations.cpp.
Provide the result type for this analysis pass.
Definition at line 1288 of file StandardInstrumentations.cpp.
|
inline |
Run the analysis pass over a function and produce CFG.
Definition at line 1291 of file StandardInstrumentations.cpp.
References F.
friend PreservedCFGCheckerAnalysis::AnalysisInfoMixin< PreservedCFGCheckerAnalysis > |
Definition at line 1282 of file StandardInstrumentations.cpp.
|
static |
Definition at line 1284 of file StandardInstrumentations.cpp.