Lines Matching refs:OutputFormat
565 cl::opt<CoverageViewOptions::OutputFormat> Format( in run()
567 cl::values(clEnumValN(CoverageViewOptions::OutputFormat::Text, "text", in run()
569 clEnumValN(CoverageViewOptions::OutputFormat::HTML, "html", in run()
571 clEnumValN(CoverageViewOptions::OutputFormat::Lcov, "lcov", in run()
573 cl::init(CoverageViewOptions::OutputFormat::Text)); in run()
670 case CoverageViewOptions::OutputFormat::Text: in run()
675 case CoverageViewOptions::OutputFormat::HTML: in run()
680 case CoverageViewOptions::OutputFormat::Lcov: in run()
844 if (ViewOpts.Format == CoverageViewOptions::OutputFormat::Lcov) { in doShow()
941 (ViewOpts.Format == CoverageViewOptions::OutputFormat::HTML); in doShow()
977 if (ViewOpts.Format == CoverageViewOptions::OutputFormat::HTML) { in doReport()
980 } else if (ViewOpts.Format == CoverageViewOptions::OutputFormat::Lcov) { in doReport()
1014 if (ViewOpts.Format != CoverageViewOptions::OutputFormat::Text && in doExport()
1015 ViewOpts.Format != CoverageViewOptions::OutputFormat::Lcov) { in doExport()
1030 case CoverageViewOptions::OutputFormat::Text: in doExport()
1034 case CoverageViewOptions::OutputFormat::HTML: in doExport()
1038 case CoverageViewOptions::OutputFormat::Lcov: in doExport()