Searched refs:ExportSummaryOnly (Results 1 – 4 of 4) sorted by relevance
| /freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-cov/ |
| HD | CoverageExporterLcov.cpp | 175 const FileCoverageSummary &FileReport, bool ExportSummaryOnly, in renderFile() argument 179 if (!ExportSummaryOnly && !SkipFunctions) { in renderFile() 184 if (!ExportSummaryOnly) { in renderFile() 201 bool ExportSummaryOnly, bool SkipFunctions, in renderFiles() argument 204 renderFile(OS, Coverage, SourceFiles[I], FileReports[I], ExportSummaryOnly, in renderFiles() 223 renderFiles(OS, Coverage, SourceFiles, FileReports, Options.ExportSummaryOnly, in renderRoot()
|
| HD | CoverageViewOptions.h | 44 bool ExportSummaryOnly; member
|
| HD | CoverageExporterJson.cpp | 254 if (!Options.ExportSummaryOnly) { in renderFile() 342 if (!Options.ExportSummaryOnly && !Options.SkipFunctions) in renderRoot()
|
| HD | CodeCoverage.cpp | 951 ViewOpts.ExportSummaryOnly = SummaryOnly; in run()
|