|
LLVM
8.0.1
|
#include "llvm/Transforms/Utils/EntryExitInstrumenter.h"


Public Member Functions | |
| EntryExitInstrumenterPass (bool PostInlining) | |
| PreservedAnalyses | run (Function &F, FunctionAnalysisManager &AM) |
Public Attributes | |
| bool | PostInlining |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::PassInfoMixin< EntryExitInstrumenterPass > | |
| static StringRef | name () |
| Gets the name of the pass we are mixed into. More... | |
Definition at line 25 of file EntryExitInstrumenter.h.
|
inline |
Definition at line 27 of file EntryExitInstrumenter.h.
| PreservedAnalyses llvm::EntryExitInstrumenterPass::run | ( | Function & | F, |
| FunctionAnalysisManager & | AM | ||
| ) |
Definition at line 167 of file EntryExitInstrumenter.cpp.
References llvm::PreservedAnalyses::preserveSet(), and runOnFunction().
Referenced by EntryExitInstrumenterPass().
| bool llvm::EntryExitInstrumenterPass::PostInlining |
Definition at line 31 of file EntryExitInstrumenter.h.
1.8.13