Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp48 class InstrProfilingLegacyPass : public ModulePass { class
53 InstrProfilingLegacyPass() : ModulePass(ID), InstrProf() {} in InstrProfilingLegacyPass() function in __anonc5f208b60111::InstrProfilingLegacyPass
54 InstrProfilingLegacyPass(const InstrProfOptions &Options) in InstrProfilingLegacyPass() function in __anonc5f208b60111::InstrProfilingLegacyPass
76 char InstrProfilingLegacyPass::ID = 0;
77 INITIALIZE_PASS(InstrProfilingLegacyPass, "instrprof",
83 return new InstrProfilingLegacyPass(Options); in createInstrProfilingLegacyPass()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DInstrProfiling.cpp139 class InstrProfilingLegacyPass : public ModulePass { class
145 InstrProfilingLegacyPass() : ModulePass(ID) {} in InstrProfilingLegacyPass() function in __anon2547670e0111::InstrProfilingLegacyPass
146 InstrProfilingLegacyPass(const InstrProfOptions &Options) in InstrProfilingLegacyPass() function in __anon2547670e0111::InstrProfilingLegacyPass
353 char InstrProfilingLegacyPass::ID = 0;
355 InstrProfilingLegacyPass, "instrprof",
359 InstrProfilingLegacyPass, "instrprof", in INITIALIZE_PASS_DEPENDENCY()
364 return new InstrProfilingLegacyPass(Options); in INITIALIZE_PASS_DEPENDENCY()