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

References

tools/llvm-cov/CodeCoverage.cpp
  570                  clEnumValN(CoverageViewOptions::OutputFormat::Lcov, "lcov",
  679     case CoverageViewOptions::OutputFormat::Lcov:
  843   if (ViewOpts.Format == CoverageViewOptions::OutputFormat::Lcov) {
  979   } else if (ViewOpts.Format == CoverageViewOptions::OutputFormat::Lcov) {
 1027       ViewOpts.Format != CoverageViewOptions::OutputFormat::Lcov) {
 1050   case CoverageViewOptions::OutputFormat::Lcov:
tools/llvm-cov/SourceCoverageView.cpp
   82   case CoverageViewOptions::OutputFormat::Lcov:
  149   case CoverageViewOptions::OutputFormat::Lcov: