Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp99 bool emitProfileArcs();
460 if (Options.EmitData) return emitProfileArcs(); in runOnModule()
572 bool GCOVProfiler::emitProfileArcs() { in emitProfileArcs() function in GCOVProfiler