Searched refs:GCOVProfiler (Results 1 – 3 of 3) sorted by relevance
74 class GCOVProfiler { class76 GCOVProfiler() : GCOVProfiler(GCOVOptions::getDefault()) {} in GCOVProfiler() function in __anonfb28f5d70111::GCOVProfiler77 GCOVProfiler(const GCOVOptions &Opts) : Options(Opts) { in GCOVProfiler() function in __anonfb28f5d70111::GCOVProfiler149 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 …]
77 class GCOVProfiler { class79 GCOVProfiler() : GCOVProfiler(GCOVOptions::getDefault()) {} in GCOVProfiler() function in __anon0aa0896f0111::GCOVProfiler80 GCOVProfiler(const GCOVOptions &Opts) : Options(Opts) { in GCOVProfiler() function in __anon0aa0896f0111::GCOVProfiler161 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 …]
2286 "include/llvm/Transforms/GCOVProfiler.h",