Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/tools/llvm-cov/
DCoverageViewOptions.h45 BranchOutputType ShowBranches; member
DCodeCoverage.cpp912 cl::opt<CoverageViewOptions::BranchOutputType> ShowBranches( in doShow() local
965 ShowBranches == CoverageViewOptions::BranchOutputType::Count; in doShow()
967 ShowBranches == CoverageViewOptions::BranchOutputType::Percent; in doShow()