Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp100 bool isFunctionInstrumented(const Function &F);
481 bool GCOVProfiler::isFunctionInstrumented(const Function &F) { in isFunctionInstrumented() function in GCOVProfiler
686 if (!functionHasLines(F) || !isFunctionInstrumented(F)) in emitProfileNotes()
772 if (!functionHasLines(F) || !isFunctionInstrumented(F)) in emitProfileArcs()