Searched refs:InstrProfilingLegacyPass (Results 1 – 2 of 2) sorted by relevance
48 class InstrProfilingLegacyPass : public ModulePass { class53 InstrProfilingLegacyPass() : ModulePass(ID), InstrProf() {} in InstrProfilingLegacyPass() function in __anonc5f208b60111::InstrProfilingLegacyPass54 InstrProfilingLegacyPass(const InstrProfOptions &Options) in InstrProfilingLegacyPass() function in __anonc5f208b60111::InstrProfilingLegacyPass76 char InstrProfilingLegacyPass::ID = 0;77 INITIALIZE_PASS(InstrProfilingLegacyPass, "instrprof",83 return new InstrProfilingLegacyPass(Options); in createInstrProfilingLegacyPass()
139 class InstrProfilingLegacyPass : public ModulePass { class145 InstrProfilingLegacyPass() : ModulePass(ID) {} in InstrProfilingLegacyPass() function in __anon2547670e0111::InstrProfilingLegacyPass146 InstrProfilingLegacyPass(const InstrProfOptions &Options) in InstrProfilingLegacyPass() function in __anon2547670e0111::InstrProfilingLegacyPass353 char InstrProfilingLegacyPass::ID = 0;355 InstrProfilingLegacyPass, "instrprof",359 InstrProfilingLegacyPass, "instrprof", in INITIALIZE_PASS_DEPENDENCY()364 return new InstrProfilingLegacyPass(Options); in INITIALIZE_PASS_DEPENDENCY()