Lines Matching refs:GCOVProfiler
74 class GCOVProfiler { class
76 GCOVProfiler() : GCOVProfiler(GCOVOptions::getDefault()) {} in GCOVProfiler() function in __anonfb28f5d70111::GCOVProfiler
77 GCOVProfiler(const GCOVOptions &Opts) : Options(Opts) { in GCOVProfiler() function in __anonfb28f5d70111::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()
765 Constant *GCOVProfiler::getStartFileFunc() { in getStartFileFunc()
775 Constant *GCOVProfiler::getIncrementIndirectCounterFunc() { in getIncrementIndirectCounterFunc()
786 Constant *GCOVProfiler::getEmitFunctionFunc() { in getEmitFunctionFunc()
798 Constant *GCOVProfiler::getEmitArcsFunc() { in getEmitArcsFunc()
807 Constant *GCOVProfiler::getSummaryInfoFunc() { in getSummaryInfoFunc()
812 Constant *GCOVProfiler::getEndFileFunc() { in getEndFileFunc()
817 GlobalVariable *GCOVProfiler::getEdgeStateValue() { in getEdgeStateValue()
830 Function *GCOVProfiler::insertCounterWriteout( in insertCounterWriteout()
894 void GCOVProfiler::insertIndirectCounterIncrement() { in insertIndirectCounterIncrement()
896 cast<Function>(GCOVProfiler::getIncrementIndirectCounterFunc()); in insertIndirectCounterIncrement()
945 Function *GCOVProfiler::