Lines Matching refs:OutputFormat
691 cl::opt<CoverageViewOptions::OutputFormat> Format(
693 cl::values(clEnumValN(CoverageViewOptions::OutputFormat::Text, "text",
695 clEnumValN(CoverageViewOptions::OutputFormat::HTML, "html",
697 clEnumValN(CoverageViewOptions::OutputFormat::Lcov, "lcov",
699 cl::init(CoverageViewOptions::OutputFormat::Text));
826 case CoverageViewOptions::OutputFormat::Text:
831 case CoverageViewOptions::OutputFormat::HTML:
836 case CoverageViewOptions::OutputFormat::Lcov:
1050 if (ViewOpts.Format == CoverageViewOptions::OutputFormat::Lcov) {
1198 (ViewOpts.Format == CoverageViewOptions::OutputFormat::HTML);
1234 if (ViewOpts.Format == CoverageViewOptions::OutputFormat::HTML) {
1237 } else if (ViewOpts.Format == CoverageViewOptions::OutputFormat::Lcov) {
1295 if (ViewOpts.Format != CoverageViewOptions::OutputFormat::Text &&
1296 ViewOpts.Format != CoverageViewOptions::OutputFormat::Lcov) {
1317 case CoverageViewOptions::OutputFormat::Text:
1321 case CoverageViewOptions::OutputFormat::HTML:
1325 case CoverageViewOptions::OutputFormat::Lcov: