Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-cov/
H A DSourceCoverageViewText.cpp237 if (!getOptions().ShowBranchCounts && Total != 0) { in renderBranchView()
255 if (getOptions().ShowBranchCounts) in renderBranchView()
265 if (getOptions().ShowBranchCounts) in renderBranchView()
H A DCoverageViewOptions.h33 bool ShowBranchCounts; member
H A DSourceCoverageViewHTML.cpp673 if (!getOptions().ShowBranchCounts && Total != 0) { in renderBranchView()
702 if (getOptions().ShowBranchCounts) in renderBranchView()
714 if (getOptions().ShowBranchCounts) in renderBranchView()
H A DCodeCoverage.cpp323 if (!ViewOpts.ShowBranchCounts && !ViewOpts.ShowBranchPercents) in attachBranchSubViews()
1037 ViewOpts.ShowBranchCounts = in doShow()