Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp1026 cl::opt<bool> ShowBestLineRegionsCounts( in doShow() local
1116 !ShowRegions || ShowBestLineRegionsCounts; in doShow()
1117 ViewOpts.ShowRegionMarkers = ShowRegions || ShowBestLineRegionsCounts; in doShow()