LLVM 19.0.0git
Public Member Functions | List of all members
llvm::InstrOrderFilePass Class Reference

The instrumentation pass for recording function order. More...

#include "llvm/Transforms/Instrumentation/InstrOrderFile.h"

Inheritance diagram for llvm::InstrOrderFilePass:
Inheritance graph
[legend]

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.
 

Detailed Description

The instrumentation pass for recording function order.

Definition at line 20 of file InstrOrderFile.h.

Member Function Documentation

◆ run()

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().


The documentation for this class was generated from the following files: