Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp132 bool isFunctionInstrumented(const Function &F);
525 bool GCOVProfiler::isFunctionInstrumented(const Function &F) { in isFunctionInstrumented() function in GCOVProfiler
848 if (!functionHasLines(F, EndLine) || !isFunctionInstrumented(F)) in emitProfileNotes()