Home
last modified time | relevance | path

Searched refs:FunctionCoverageSummary (Results 1 – 5 of 5) sorted by relevance

/external/llvm/tools/llvm-cov/
DCoverageSummaryInfo.h123 struct FunctionCoverageSummary { struct
129 FunctionCoverageSummary(StringRef Name) : Name(Name), ExecutionCount(0) {} in FunctionCoverageSummary() argument
131 FunctionCoverageSummary(StringRef Name, uint64_t ExecutionCount, in FunctionCoverageSummary() function
140 static FunctionCoverageSummary
153 void addFunction(const FunctionCoverageSummary &Function) { in addFunction()
DCoverageSummaryInfo.cpp20 FunctionCoverageSummary
21 FunctionCoverageSummary::get(const coverage::FunctionRecord &Function) { in get()
67 return FunctionCoverageSummary( in get()
DCoverageReport.cpp146 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()
DCoverageFilters.cpp31 return PassesThreshold(FunctionCoverageSummary::get(Function) in matches()
37 FunctionCoverageSummary::get(Function).LineCoverage.getPercentCovered()); in matches()
DCoverageReport.h28 void render(const FunctionCoverageSummary &Function, raw_ostream &OS);