Searched refs:GCOVProfiler (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/ |
D | GCOVProfiling.cpp | 42 class GCOVProfiler : public ModulePass { class 45 GCOVProfiler() in GCOVProfiler() function in __anonebae53380111::GCOVProfiler 49 GCOVProfiler(bool EmitNotes, bool EmitData, bool use402Format = false) in GCOVProfiler() function in __anonebae53380111::GCOVProfiler 103 char GCOVProfiler::ID = 0; 104 INITIALIZE_PASS(GCOVProfiler, "insert-gcov-profiling", 109 return new GCOVProfiler(EmitNotes, EmitData, Use402Format); in createGCOVProfilerPass() 322 std::string GCOVProfiler::mangleName(DICompileUnit CU, std::string NewStem) { in mangleName() 343 bool GCOVProfiler::runOnModule(Module &M) { in runOnModule() 352 void GCOVProfiler::emitGCNO() { in emitGCNO() 418 bool GCOVProfiler::emitProfileArcs() { in emitProfileArcs() [all …]
|
/external/llvm/lib/Transforms/Instrumentation/ |
D | GCOVProfiling.cpp | 74 class GCOVProfiler { class 76 GCOVProfiler() : GCOVProfiler(GCOVOptions::getDefault()) {} in GCOVProfiler() function in __anonb9b0140c0111::GCOVProfiler 77 GCOVProfiler(const GCOVOptions &Opts) : Options(Opts) { in GCOVProfiler() function in __anonb9b0140c0111::GCOVProfiler 149 GCOVProfiler Profiler; 428 std::string GCOVProfiler::mangleName(const DICompileUnit *CU, in mangleName() 454 bool GCOVProfiler::runOnModule(Module &M) { in runOnModule() 466 GCOVProfiler Profiler(GCOVOpts); in run() 496 void GCOVProfiler::emitProfileNotes() { in emitProfileNotes() 585 bool GCOVProfiler::emitProfileArcs() { in emitProfileArcs() 719 GlobalVariable *GCOVProfiler::buildEdgeLookupTable( in buildEdgeLookupTable() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/ |
D | GCOVProfiling.cpp | 77 class GCOVProfiler { class 79 GCOVProfiler() : GCOVProfiler(GCOVOptions::getDefault()) {} in GCOVProfiler() function in __anonc00182440111::GCOVProfiler 80 GCOVProfiler(const GCOVOptions &Opts) : Options(Opts) { in GCOVProfiler() function in __anonc00182440111::GCOVProfiler 161 GCOVProfiler Profiler; 437 std::string GCOVProfiler::mangleName(const DICompileUnit *CU, in mangleName() 479 bool GCOVProfiler::runOnModule(Module &M, const TargetLibraryInfo &TLI) { in runOnModule() 492 GCOVProfiler Profiler(GCOVOpts); in run() 540 void GCOVProfiler::emitProfileNotes() { in emitProfileNotes() 637 bool GCOVProfiler::emitProfileArcs() { in emitProfileArcs() 774 GlobalVariable *GCOVProfiler::buildEdgeLookupTable( in buildEdgeLookupTable() [all …]
|