Searched refs:ExportSummaryOnly (Results 1 – 4 of 4) sorted by relevance
| /llvm-project-15.0.7/llvm/tools/llvm-cov/ |
| H A D | CoverageExporterLcov.cpp | 175 const FileCoverageSummary &FileReport, bool ExportSummaryOnly, in renderFile() argument 179 if (!ExportSummaryOnly && !SkipFunctions) { in renderFile() 184 if (!ExportSummaryOnly) { in renderFile() 199 bool ExportSummaryOnly, bool SkipFunctions) { in renderFiles() argument 201 renderFile(OS, Coverage, SourceFiles[I], FileReports[I], ExportSummaryOnly, in renderFiles() 220 renderFiles(OS, Coverage, SourceFiles, FileReports, Options.ExportSummaryOnly, in renderRoot()
|
| H A D | CoverageViewOptions.h | 41 bool ExportSummaryOnly; member
|
| H A D | CoverageExporterJson.cpp | 215 if (!Options.ExportSummaryOnly) { in renderFile() 301 if (!Options.ExportSummaryOnly && !Options.SkipFunctions) in renderRoot()
|
| H A D | CodeCoverage.cpp | 906 ViewOpts.ExportSummaryOnly = SummaryOnly; in run()
|