Searched defs:emitProfileArcs (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp94 bool emitProfileArcs();
459 if (Options.EmitData) return emitProfileArcs();
585 bool GCOVProfiler::emitProfileArcs() { function in class:GCOVProfiler
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp67 bool emitProfileArcs();
348 if (EmitData) return emitProfileArcs();
418 bool GCOVProfiler::emitProfileArcs() { function in class:GCOVProfiler

Completed in 102 milliseconds