Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DInstrProfiling.cpp144 class InstrProfilingLegacyPass : public ModulePass { class
150 InstrProfilingLegacyPass() : ModulePass(ID) {} in InstrProfilingLegacyPass() function in __anon2c6eeb300111::InstrProfilingLegacyPass
151 InstrProfilingLegacyPass(const InstrProfOptions &Options) in InstrProfilingLegacyPass() function in __anon2c6eeb300111::InstrProfilingLegacyPass
358 char InstrProfilingLegacyPass::ID = 0;
360 InstrProfilingLegacyPass, "instrprof",
364 InstrProfilingLegacyPass, "instrprof", in INITIALIZE_PASS_DEPENDENCY()
369 return new InstrProfilingLegacyPass(Options); in INITIALIZE_PASS_DEPENDENCY()