Searched refs:FunctionCoverageSummary (Results 1 – 5 of 5) sorted by relevance
| /src/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | CoverageSummaryInfo.cpp | 62 FunctionCoverageSummary 63 FunctionCoverageSummary::get(const CoverageMapping &CM, in get() 94 return FunctionCoverageSummary( in get() 102 FunctionCoverageSummary 103 FunctionCoverageSummary::get(const InstantiationGroup &Group, in get() 104 ArrayRef<FunctionCoverageSummary> Summaries) { in get() 114 FunctionCoverageSummary Summary(Name); in get()
|
| H A D | CoverageSummaryInfo.h | 227 struct FunctionCoverageSummary { struct 235 FunctionCoverageSummary(const std::string &Name) in FunctionCoverageSummary() argument 238 FunctionCoverageSummary(const std::string &Name, uint64_t ExecutionCount, in FunctionCoverageSummary() argument 249 static FunctionCoverageSummary get(const coverage::CoverageMapping &CM, 254 static FunctionCoverageSummary 256 ArrayRef<FunctionCoverageSummary> Summaries); 282 void addFunction(const FunctionCoverageSummary &Function) { in addFunction() 290 void addInstantiation(const FunctionCoverageSummary &Function) { in addInstantiation()
|
| 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.cpp | 330 void CoverageReport::render(const FunctionCoverageSummary &Function, in render() 427 FunctionCoverageSummary Totals("TOTAL"); in renderFunctionReports() 429 auto Function = FunctionCoverageSummary::get(Coverage, F); in renderFunctionReports() 450 std::vector<FunctionCoverageSummary> InstantiationSummaries; in prepareSingleFileReport() 454 auto InstantiationSummary = FunctionCoverageSummary::get(*Coverage, *F); in prepareSingleFileReport() 462 FunctionCoverageSummary::get(Group, InstantiationSummaries); in prepareSingleFileReport()
|
| H A D | CoverageReport.h | 31 void render(const FunctionCoverageSummary &Function, const DemangleCache &DC,
|