Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageSummaryInfo.cpp77 CoverageData CD = CM.getCoverageForFunction(Function); in get()
H A DCodeCoverage.cpp372 auto FunctionCoverage = Coverage.getCoverageForFunction(Function); in createFunctionView()
424 auto SubViewCoverage = Coverage.getCoverageForFunction(*Function); in createSourceFileView()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h1004 CoverageData getCoverageForFunction(const FunctionRecord &Function) const;
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp1458 CoverageMapping::getCoverageForFunction(const FunctionRecord &Function) const { in getCoverageForFunction() function in CoverageMapping