Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp73 class GCOVProfiler : public ModulePass { class
76 GCOVProfiler() : GCOVProfiler(GCOVOptions::getDefault()) {} in GCOVProfiler() function in __anonb9b0140c0111::GCOVProfiler
77 GCOVProfiler(const GCOVOptions &Opts) : ModulePass(ID), Options(Opts) { in GCOVProfiler() function in __anonb9b0140c0111::GCOVProfiler
145 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 …]