Lines Matching defs:Report
667 emitReportHeader(OSRef, "Coverage Report");
735 Printer.emitReportHeader(OSRef, "Coverage Report (" + NavLink + ")");
741 auto &Report = SubDir.second.first;
742 if (!Report.FunctionCoverage.getNumFunctions())
743 EmptyFiles.push_back(&Report);
745 emitTableRow(OSRef, Options, buildRelLinkToFile(Report.Name), Report,
750 auto &Report = SubFile.second;
751 if (!Report.FunctionCoverage.getNumFunctions())
752 EmptyFiles.push_back(&Report);
754 emitTableRow(OSRef, Options, buildRelLinkToFile(Report.Name), Report,
875 Reporter Report(*this, Coverage, Filters);
876 auto TotalsOrErr = Report.prepareDirectoryReports(SourceFiles);