LLVM 20.0.0git
|
The instrumentation pass for recording function order. More...
#include "llvm/Transforms/Instrumentation/InstrOrderFile.h"
Public Member Functions | |
PreservedAnalyses | run (Module &M, ModuleAnalysisManager &AM) |
Public Member Functions inherited from llvm::PassInfoMixin< InstrOrderFilePass > | |
void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::PassInfoMixin< InstrOrderFilePass > | |
static StringRef | name () |
Gets the name of the pass we are mixed into. | |
The instrumentation pass for recording function order.
Definition at line 20 of file InstrOrderFile.h.
PreservedAnalyses InstrOrderFilePass::run | ( | Module & | M, |
ModuleAnalysisManager & | AM | ||
) |
Definition at line 166 of file InstrOrderFile.cpp.
References llvm::PreservedAnalyses::all(), llvm::PreservedAnalyses::none(), and run().
Referenced by run().