Searched refs:FunctionCoverageSummary (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/ |
H A D | CoverageSummaryInfo.cpp | 47 FunctionCoverageSummary 48 FunctionCoverageSummary::get(const CoverageMapping &CM, in get() 76 return FunctionCoverageSummary( in get() 83 FunctionCoverageSummary 84 FunctionCoverageSummary::get(const InstantiationGroup &Group, in get() 85 ArrayRef<FunctionCoverageSummary> Summaries) { in get() 95 FunctionCoverageSummary Summary(Name); in get()
|
H A D | CoverageSummaryInfo.h | 186 struct FunctionCoverageSummary { struct 193 FunctionCoverageSummary(const std::string &Name) in FunctionCoverageSummary() function 197 FunctionCoverageSummary(const std::string &Name, uint64_t ExecutionCount, in FunctionCoverageSummary() argument 207 static FunctionCoverageSummary get(const coverage::CoverageMapping &CM, 212 static FunctionCoverageSummary 214 ArrayRef<FunctionCoverageSummary> Summaries); 239 void addFunction(const FunctionCoverageSummary &Function) { in addFunction() 246 void addInstantiation(const FunctionCoverageSummary &Function) { in addInstantiation()
|
H A D | CoverageReport.cpp | 262 void CoverageReport::render(const FunctionCoverageSummary &Function, in render() 341 FunctionCoverageSummary Totals("TOTAL"); in renderFunctionReports() 343 auto Function = FunctionCoverageSummary::get(Coverage, F); in renderFunctionReports() 363 std::vector<FunctionCoverageSummary> InstantiationSummaries; in prepareSingleFileReport() 367 auto InstantiationSummary = FunctionCoverageSummary::get(*Coverage, *F); in prepareSingleFileReport() 375 FunctionCoverageSummary::get(Group, InstantiationSummaries); in prepareSingleFileReport()
|
H A D | CoverageFilters.cpp | 46 return PassesThreshold(FunctionCoverageSummary::get(CM, Function) in matches() 53 return PassesThreshold(FunctionCoverageSummary::get(CM, Function) in matches()
|
H A D | CoverageReport.h | 28 void render(const FunctionCoverageSummary &Function, const DemangleCache &DC,
|