class InstrOrderFilePass
Declaration
class InstrOrderFilePass : public PassInfoMixin { /* full declaration omitted */ };
Description
The instrumentation pass for recording function order.
Declared at: llvm/include/llvm/Transforms/Instrumentation/InstrOrderFile.h:21
Inherits from: PassInfoMixin
Method Overview
- public llvm::PreservedAnalyses run(llvm::Module & M, llvm::ModuleAnalysisManager & AM)
Methods
ΒΆllvm::PreservedAnalyses run(
llvm::Module& M,
llvm::ModuleAnalysisManager& AM)
llvm::PreservedAnalyses run(
llvm::Module& M,
llvm::ModuleAnalysisManager& AM)
Declared at: llvm/include/llvm/Transforms/Instrumentation/InstrOrderFile.h:23