Searched refs:Totals (Results 1 - 7 of 7) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageExporterLcov.cpp119 FileCoverageSummary Totals = FileCoverageSummary("Totals"); local
120 auto FileReports = CoverageReport::prepareFileReports(Coverage, Totals,
H A DCoverageReport.cpp307 FunctionCoverageSummary Totals("TOTAL");
310 ++Totals.ExecutionCount;
311 Totals.RegionCoverage += Function.RegionCoverage;
312 Totals.LineCoverage += Function.LineCoverage;
315 if (Totals.ExecutionCount) {
318 render(Totals, DC, OS);
351 const coverage::CoverageMapping &Coverage, FileCoverageSummary &Totals,
376 Totals += FileReport;
400 FileCoverageSummary Totals("TOTAL");
402 prepareFileReports(Coverage, Totals, File
350 prepareFileReports( const coverage::CoverageMapping &Coverage, FileCoverageSummary &Totals, ArrayRef<std::string> Files, const CoverageViewOptions &Options, const CoverageFilter &Filters) argument
[all...]
H A DCoverageReport.h42 FileCoverageSummary &Totals, ArrayRef<std::string> Files,
H A DCoverageExporterJson.cpp213 FileCoverageSummary Totals = FileCoverageSummary("Totals"); local
214 auto FileReports = CoverageReport::prepareFileReports(Coverage, Totals,
229 {{"files", std::move(Files)}, {"totals", renderSummary(Totals)}});
H A DSourceCoverageViewHTML.cpp428 FileCoverageSummary Totals("TOTALS");
430 Coverage, Totals, SourceFiles, Opts, Filters);
438 emitFileSummary(OSRef, "Totals", Totals, /*IsTotals=*/true);
/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.h55 Totals.update(RecordSize);
60 Stat Totals; member in struct:llvm::pdb::StatCollection
H A DDumpOutputStyle.cpp336 Stats.Totals.Count, Stats.Totals.Size);
689 if (SymStats.Totals.Count > 0) {
714 TypeStats.Totals.Count, TypeStats.Totals.Size,
715 (double)TypeStats.Totals.Size / TypeStats.Totals.Count);
856 size_t CD = NumDigits(UdtStats.Totals.Count);
860 size_t SD = NumDigits(UdtStats.Totals.Size);
882 fmt_align(UdtStats.Totals
[all...]

Completed in 170 milliseconds