Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp135 class GCOVProfilerLegacyPass : public ModulePass { class
138 GCOVProfilerLegacyPass() in GCOVProfilerLegacyPass() function in __anonfb28f5d70111::GCOVProfilerLegacyPass
139 : GCOVProfilerLegacyPass(GCOVOptions::getDefault()) {} in GCOVProfilerLegacyPass()
140 GCOVProfilerLegacyPass(const GCOVOptions &Opts) in GCOVProfilerLegacyPass() function in __anonfb28f5d70111::GCOVProfilerLegacyPass
153 char GCOVProfilerLegacyPass::ID = 0;
154 INITIALIZE_PASS(GCOVProfilerLegacyPass, "insert-gcov-profiling",
158 return new GCOVProfilerLegacyPass(Options); in createGCOVProfilerPass()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp140 class GCOVProfilerLegacyPass : public ModulePass { class
143 GCOVProfilerLegacyPass() in GCOVProfilerLegacyPass() function in __anon0aa0896f0111::GCOVProfilerLegacyPass
144 : GCOVProfilerLegacyPass(GCOVOptions::getDefault()) {} in GCOVProfilerLegacyPass()
145 GCOVProfilerLegacyPass(const GCOVOptions &Opts) in GCOVProfilerLegacyPass() function in __anon0aa0896f0111::GCOVProfilerLegacyPass
165 char GCOVProfilerLegacyPass::ID = 0;
167 GCOVProfilerLegacyPass, "insert-gcov-profiling",
171 GCOVProfilerLegacyPass, "insert-gcov-profiling", in INITIALIZE_PASS_DEPENDENCY()
175 return new GCOVProfilerLegacyPass(Options); in INITIALIZE_PASS_DEPENDENCY()