LLVM 22.0.0git
|
The gcov-style instrumentation pass. More...
#include "llvm/Transforms/Instrumentation/GCOVProfiler.h"
Public Member Functions | |
GCOVProfilerPass (const GCOVOptions &Options=GCOVOptions::getDefault()) | |
LLVM_ABI PreservedAnalyses | run (Module &M, ModuleAnalysisManager &AM) |
Public Member Functions inherited from llvm::PassInfoMixin< GCOVProfilerPass > | |
void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
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. |
The gcov-style instrumentation pass.
Definition at line 21 of file GCOVProfiler.h.
|
inline |
Definition at line 23 of file GCOVProfiler.h.
References llvm::GCOVOptions::getDefault(), and Options.
PreservedAnalyses GCOVProfilerPass::run | ( | Module & | M, |
ModuleAnalysisManager & | AM ) |
Definition at line 554 of file GCOVProfiling.cpp.
References llvm::PreservedAnalyses::all(), F, FAM, llvm::AnalysisManager< IRUnitT, ExtraArgTs >::getResult(), and llvm::PreservedAnalyses::none().