Lines Matching full:lcov
697 clEnumValN(CoverageViewOptions::OutputFormat::Lcov, "lcov", in run()
698 "lcov tracefile output")), in run()
836 case CoverageViewOptions::OutputFormat::Lcov: in run()
838 errs() << "Color output cannot be enabled when generating lcov.\n"; in run()
1040 if (ViewOpts.Format == CoverageViewOptions::OutputFormat::Lcov) { in doShow()
1041 error("lcov format should be used with 'llvm-cov export'."); in doShow()
1223 } else if (ViewOpts.Format == CoverageViewOptions::OutputFormat::Lcov) { in doReport()
1224 error("lcov format should be used with 'llvm-cov export'."); in doReport()
1270 cl::desc("Don't export branch data (LCOV)"), in doExport()
1282 ViewOpts.Format != CoverageViewOptions::OutputFormat::Lcov) { in doExport()
1284 "lcov tracefile."); in doExport()
1311 case CoverageViewOptions::OutputFormat::Lcov: in doExport()