Searched refs:FunctionCoverageSummary (Results 1 – 5 of 5) sorted by relevance
123 struct FunctionCoverageSummary { struct129 FunctionCoverageSummary(StringRef Name) : Name(Name), ExecutionCount(0) {} in FunctionCoverageSummary() argument131 FunctionCoverageSummary(StringRef Name, uint64_t ExecutionCount, in FunctionCoverageSummary() function140 static FunctionCoverageSummary153 void addFunction(const FunctionCoverageSummary &Function) { in addFunction()
20 FunctionCoverageSummary21 FunctionCoverageSummary::get(const coverage::FunctionRecord &Function) { in get()67 return FunctionCoverageSummary( in get()
146 void CoverageReport::render(const FunctionCoverageSummary &Function, in render()194 FunctionCoverageSummary Totals("TOTAL"); in renderFunctionReports()196 FunctionCoverageSummary Function = FunctionCoverageSummary::get(F); in renderFunctionReports()226 FunctionCoverageSummary Function = FunctionCoverageSummary::get(F); in renderFileReports()
31 return PassesThreshold(FunctionCoverageSummary::get(Function) in matches()37 FunctionCoverageSummary::get(Function).LineCoverage.getPercentCovered()); in matches()
28 void render(const FunctionCoverageSummary &Function, raw_ostream &OS);