LLVM 20.0.0git
|
Public interface to the memory profiler module pass for instrumenting code to profile memory allocations and accesses. More...
#include "llvm/Transforms/Instrumentation/MemProfiler.h"
Public Member Functions | |
ModuleMemProfilerPass () | |
PreservedAnalyses | run (Module &M, ModuleAnalysisManager &AM) |
Public Member Functions inherited from llvm::PassInfoMixin< ModuleMemProfilerPass > | |
void | printPipeline (raw_ostream &OS, function_ref< StringRef(StringRef)> MapClassName2PassName) |
Static Public Member Functions | |
static bool | isRequired () |
Static Public Member Functions inherited from llvm::PassInfoMixin< ModuleMemProfilerPass > | |
static StringRef | name () |
Gets the name of the pass we are mixed into. | |
Public interface to the memory profiler module pass for instrumenting code to profile memory allocations and accesses.
Definition at line 42 of file MemProfiler.h.
|
explicitdefault |
|
inlinestatic |
Definition at line 46 of file MemProfiler.h.
PreservedAnalyses ModuleMemProfilerPass::run | ( | Module & | M, |
ModuleAnalysisManager & | AM | ||
) |
Definition at line 294 of file MemProfiler.cpp.
References llvm::PreservedAnalyses::all(), and llvm::PreservedAnalyses::none().