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) |
![]() | |
void | printPipeline (raw_ostream &OS,function_ref<StringRef(StringRef)> MapClassName2PassName) |
Additional Inherited Members | |
![]() | |
staticStringRef | name () |
Gets the name of the pass we are mixed into. | |
The instrumentation pass for recording function order.
Definition at line20 of fileInstrOrderFile.h.
PreservedAnalyses InstrOrderFilePass::run | ( | Module & | M, |
ModuleAnalysisManager & | AM | ||
) |
Definition at line165 of fileInstrOrderFile.cpp.
Referencesllvm::PreservedAnalyses::all(),llvm::PreservedAnalyses::none(), andrun().
Referenced byrun().