Lines Matching refs:OutputFormat
719 cl::opt<CoverageViewOptions::OutputFormat> Format( in run()
721 cl::values(clEnumValN(CoverageViewOptions::OutputFormat::Text, "text", in run()
723 clEnumValN(CoverageViewOptions::OutputFormat::HTML, "html", in run()
725 clEnumValN(CoverageViewOptions::OutputFormat::Lcov, "lcov", in run()
727 cl::init(CoverageViewOptions::OutputFormat::Text)); in run()
854 case CoverageViewOptions::OutputFormat::Text: in run()
859 case CoverageViewOptions::OutputFormat::HTML: in run()
864 case CoverageViewOptions::OutputFormat::Lcov: in run()
1068 if (ViewOpts.Format == CoverageViewOptions::OutputFormat::Lcov) { in doShow()
1212 (ViewOpts.Format == CoverageViewOptions::OutputFormat::HTML); in doShow()
1248 if (ViewOpts.Format == CoverageViewOptions::OutputFormat::HTML) { in doReport()
1251 } else if (ViewOpts.Format == CoverageViewOptions::OutputFormat::Lcov) { in doReport()
1309 if (ViewOpts.Format != CoverageViewOptions::OutputFormat::Text && in doExport()
1310 ViewOpts.Format != CoverageViewOptions::OutputFormat::Lcov) { in doExport()
1331 case CoverageViewOptions::OutputFormat::Text: in doExport()
1335 case CoverageViewOptions::OutputFormat::HTML: in doExport()
1339 case CoverageViewOptions::OutputFormat::Lcov: in doExport()