Searched refs:isFunctionInstrumented (Results 1 – 1 of 1) sorted by relevance
127 bool isFunctionInstrumented(const Function &F);472 bool GCOVProfiler::isFunctionInstrumented(const Function &F) { in isFunctionInstrumented() function in GCOVProfiler798 if (!functionHasLines(F, EndLine) || !isFunctionInstrumented(F)) in emitProfileNotes()