Searched refs:GCOVProfiler (Results 1 – 1 of 1) sorted by relevance
73 class GCOVProfiler : public ModulePass { class76 GCOVProfiler() : GCOVProfiler(GCOVOptions::getDefault()) {} in GCOVProfiler() function in __anonb9b0140c0111::GCOVProfiler77 GCOVProfiler(const GCOVOptions &Opts) : ModulePass(ID), Options(Opts) { in GCOVProfiler() function in __anonb9b0140c0111::GCOVProfiler145 char GCOVProfiler::ID = 0;146 INITIALIZE_PASS(GCOVProfiler, "insert-gcov-profiling",150 return new GCOVProfiler(Options); in createGCOVProfilerPass()423 std::string GCOVProfiler::mangleName(const DICompileUnit *CU, in mangleName()449 bool GCOVProfiler::runOnModule(Module &M) { in runOnModule()487 void GCOVProfiler::emitProfileNotes() { in emitProfileNotes()572 bool GCOVProfiler::emitProfileArcs() { in emitProfileArcs()[all …]