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

References

tools/llvm-cov/CodeCoverage.cpp
  667     ViewOpts.Format = Format;
  668     switch (ViewOpts.Format) {
  843   if (ViewOpts.Format == CoverageViewOptions::OutputFormat::Lcov) {
  940       (ViewOpts.Format == CoverageViewOptions::OutputFormat::HTML);
  976   if (ViewOpts.Format == CoverageViewOptions::OutputFormat::HTML) {
  979   } else if (ViewOpts.Format == CoverageViewOptions::OutputFormat::Lcov) {
 1026   if (ViewOpts.Format != CoverageViewOptions::OutputFormat::Text &&
 1027       ViewOpts.Format != CoverageViewOptions::OutputFormat::Lcov) {
 1041   switch (ViewOpts.Format) {
tools/llvm-cov/SourceCoverageView.cpp
   77   switch (Opts.Format) {
  142   switch (Options.Format) {