Searched refs:ExportSummaryOnly (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/tools/llvm-cov/ |
| H A D | CoverageExporterLcov.cpp | 252 const FileCoverageSummary &FileReport, bool ExportSummaryOnly, in renderFile() argument 256 if (!ExportSummaryOnly && !SkipFunctions) { in renderFile() 261 if (!ExportSummaryOnly) { in renderFile() 278 bool ExportSummaryOnly, bool SkipFunctions, bool SkipBranches, in renderFiles() argument 281 renderFile(OS, Coverage, SourceFiles[I], FileReports[I], ExportSummaryOnly, in renderFiles() 300 renderFiles(OS, Coverage, SourceFiles, FileReports, Options.ExportSummaryOnly, in renderRoot()
|
| H A D | CoverageViewOptions.h | 45 bool ExportSummaryOnly; member
|
| H A D | CoverageExporterJson.cpp | 256 if (!Options.ExportSummaryOnly) { in renderFile() 344 if (!Options.ExportSummaryOnly && !Options.SkipFunctions) in renderRoot()
|
| H A D | CodeCoverage.cpp | 966 ViewOpts.ExportSummaryOnly = SummaryOnly; in run()
|