|
LLVM
4.0.0
|
The gcov-style instrumentation pass. More...
#include <GCOVProfiler.h>
Public Member Functions | |
| GCOVProfilerPass (const GCOVOptions &Options=GCOVOptions::getDefault()) | |
| PreservedAnalyses | run (Module &M, ModuleAnalysisManager &AM) |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::PassInfoMixin< GCOVProfilerPass > | |
| static StringRef | name () |
| Gets the name of the pass we are mixed into. More... | |
The gcov-style instrumentation pass.
Definition at line 21 of file GCOVProfiler.h.
|
inline |
Definition at line 23 of file GCOVProfiler.h.
| PreservedAnalyses GCOVProfilerPass::run | ( | Module & | M, |
| ModuleAnalysisManager & | AM | ||
| ) |
Definition at line 472 of file GCOVProfiling.cpp.
References llvm::PreservedAnalyses::all(), and llvm::PreservedAnalyses::none().
1.8.6