Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageViewOptions.h34 bool ShowBranchCounts; member
H A DSourceCoverageViewText.cpp304 if (!getOptions().ShowBranchCounts && Total != 0) { in renderBranchView()
322 if (getOptions().ShowBranchCounts) in renderBranchView()
332 if (getOptions().ShowBranchCounts) in renderBranchView()
H A DSourceCoverageViewHTML.cpp931 if (!getOptions().ShowBranchCounts && Total != 0) { in renderBranchView()
960 if (getOptions().ShowBranchCounts) in renderBranchView()
972 if (getOptions().ShowBranchCounts) in renderBranchView()
H A DCodeCoverage.cpp338 if (!ViewOpts.ShowBranchCounts && !ViewOpts.ShowBranchPercents) in attachBranchSubViews()
1119 ViewOpts.ShowBranchCounts = in doShow()