Searched refs:renderFunctionReports (Results 1 – 6 of 6) sorted by relevance
35 void renderFunctionReports(ArrayRef<StringRef> Files, raw_ostream &OS);
174 void CoverageReport::renderFunctionReports(ArrayRef<StringRef> Files, in renderFunctionReports() function in CoverageReport
599 Report.renderFunctionReports(SourceFiles, llvm::outs()); in report()
36 void renderFunctionReports(ArrayRef<std::string> Files,
279 void CoverageReport::renderFunctionReports(ArrayRef<std::string> Files, in renderFunctionReports() function in llvm::CoverageReport
1021 Report.renderFunctionReports(SourceFiles, DC, llvm::outs()); in doReport()