Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp48 class InstrProfilingLegacyPass : public ModulePass { class
53 InstrProfilingLegacyPass() : ModulePass(ID), InstrProf() {} in InstrProfilingLegacyPass() function in __anond5e06e8d0111::InstrProfilingLegacyPass
54 InstrProfilingLegacyPass(const InstrProfOptions &Options) in InstrProfilingLegacyPass() function in __anond5e06e8d0111::InstrProfilingLegacyPass
76 char InstrProfilingLegacyPass::ID = 0;
77 INITIALIZE_PASS(InstrProfilingLegacyPass, "instrprof",
83 return new InstrProfilingLegacyPass(Options); in createInstrProfilingLegacyPass()