Home
last modified time | relevance | path

Searched refs:ShowBranchCounts (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageViewOptions.h34 bool ShowBranchCounts; member
H A DSourceCoverageViewText.cpp309 if (getOptions().ShowBranchCounts) in renderBranchView()
H A DCodeCoverage.cpp331 if (!ViewOpts.ShowBranchCounts && !ViewOpts.ShowBranchPercents) in attachBranchSubViews()
1116 ViewOpts.ShowBranchCounts = in doShow()
H A DSourceCoverageViewHTML.cpp1111 if (getOptions().ShowBranchCounts) in renderBranchView()