Searched refs:renderFunctionReports (Results 1 – 3 of 3) sorted by relevance
35 void renderFunctionReports(ArrayRef<std::string> Files, raw_ostream &OS);
158 void CoverageReport::renderFunctionReports(ArrayRef<std::string> Files, in renderFunctionReports() function in CoverageReport
481 Report.renderFunctionReports(SourceFiles, llvm::outs()); in report()