Home
last modified time | relevance | path

Searched refs:ShowBranches (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageViewOptions.h51 BranchOutputType ShowBranches; member
H A DCodeCoverage.cpp999 cl::opt<CoverageViewOptions::BranchOutputType> ShowBranches( in doShow() local
1117 ShowBranches == CoverageViewOptions::BranchOutputType::Count; in doShow()
1120 ShowBranches == CoverageViewOptions::BranchOutputType::Percent; in doShow()