reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/llvm-cov/CodeCoverage.cpp
  778     ViewOpts.ExportSummaryOnly = SummaryOnly;
tools/llvm-cov/CoverageExporterJson.cpp
  139   if (!Options.ExportSummaryOnly) {
  221   if (!Options.ExportSummaryOnly && !Options.SkipFunctions)
tools/llvm-cov/CoverageExporterLcov.cpp
  123               Options.ExportSummaryOnly);