Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp142 class InstrProfilingLegacyPass : public ModulePass { class
148 InstrProfilingLegacyPass() : ModulePass(ID) {} in InstrProfilingLegacyPass() function in __anon14d3b0160111::InstrProfilingLegacyPass
149 InstrProfilingLegacyPass(const InstrProfOptions &Options, bool IsCS = false) in InstrProfilingLegacyPass() function in __anon14d3b0160111::InstrProfilingLegacyPass
423 char InstrProfilingLegacyPass::ID = 0;
425 InstrProfilingLegacyPass, "instrprof",
429 InstrProfilingLegacyPass, "instrprof", in INITIALIZE_PASS_DEPENDENCY()
435 return new InstrProfilingLegacyPass(Options, IsCS); in INITIALIZE_PASS_DEPENDENCY()