Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DCoverageSummaryInfo.cpp62 CoverageData CD = CM.getCoverageForFunction(Function); in get()
H A DCodeCoverage.cpp349 auto FunctionCoverage = Coverage.getCoverageForFunction(Function); in createFunctionView()
399 auto SubViewCoverage = Coverage.getCoverageForFunction(*Function); in createSourceFileView()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h636 CoverageData getCoverageForFunction(const FunctionRecord &Function) const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp757 CoverageMapping::getCoverageForFunction(const FunctionRecord &Function) const { in getCoverageForFunction() function in CoverageMapping