Searched refs:ExportSummaryOnly (Results 1 – 4 of 4) sorted by relevance
/external/llvm-project/llvm/tools/llvm-cov/ |
D | CoverageExporterLcov.cpp | 81 const FileCoverageSummary &FileReport, bool ExportSummaryOnly, in renderFile() argument 85 if (!ExportSummaryOnly && !SkipFunctions) { in renderFile() 90 if (!ExportSummaryOnly) { in renderFile() 103 bool ExportSummaryOnly, bool SkipFunctions) { in renderFiles() argument 105 renderFile(OS, Coverage, SourceFiles[I], FileReports[I], ExportSummaryOnly, in renderFiles() 124 renderFiles(OS, Coverage, SourceFiles, FileReports, Options.ExportSummaryOnly, in renderRoot()
|
D | CoverageViewOptions.h | 36 bool ExportSummaryOnly; member
|
D | CoverageExporterJson.cpp | 150 if (!Options.ExportSummaryOnly) { in renderFile() 234 if (!Options.ExportSummaryOnly && !Options.SkipFunctions) in renderRoot()
|
D | CodeCoverage.cpp | 798 ViewOpts.ExportSummaryOnly = SummaryOnly; in run()
|