HomeSort by: relevance | last modified time | path
    Searched defs:functionHasLines (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 648 static bool functionHasLines(const Function &F, unsigned &EndLine) {
848 if (!functionHasLines(F, EndLine) || !isFunctionInstrumented(F))
GCOVProfiling.cpp 648 static bool functionHasLines(const Function &F, unsigned &EndLine) {
848 if (!functionHasLines(F, EndLine) || !isFunctionInstrumented(F))

Completed in 97 milliseconds