Home
last modified time | relevance | path

Searched refs:MemProfilerLegacyPass (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DMemProfiler.cpp201 class MemProfilerLegacyPass : public FunctionPass { class
205 explicit MemProfilerLegacyPass() : FunctionPass(ID) { in MemProfilerLegacyPass() function in __anon394ab19e0111::MemProfilerLegacyPass
272 char MemProfilerLegacyPass::ID = 0;
274 INITIALIZE_PASS_BEGIN(MemProfilerLegacyPass, "memprof",
277 INITIALIZE_PASS_END(MemProfilerLegacyPass, "memprof",
282 return new MemProfilerLegacyPass(); in createMemProfilerFunctionPass()