Home
last modified time | relevance | path

Searched refs:Lcov (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageViewOptions.h23 Lcov enumerator
H A DSourceCoverageView.cpp86 case CoverageViewOptions::OutputFormat::Lcov: in create()
89 llvm_unreachable("Lcov format is not supported!"); in create()
156 case CoverageViewOptions::OutputFormat::Lcov: in create()
159 llvm_unreachable("Lcov format is not supported!"); in create()
H A DCodeCoverage.cpp697 clEnumValN(CoverageViewOptions::OutputFormat::Lcov, "lcov", in run()
836 case CoverageViewOptions::OutputFormat::Lcov: in run()
1040 if (ViewOpts.Format == CoverageViewOptions::OutputFormat::Lcov) { in doShow()
1223 } else if (ViewOpts.Format == CoverageViewOptions::OutputFormat::Lcov) { in doShow()
1282 ViewOpts.Format != CoverageViewOptions::OutputFormat::Lcov) { in doReport()
1311 case CoverageViewOptions::OutputFormat::Lcov: in doExport()