Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp948 cl::opt<bool> ShowBestLineRegionsCounts( in doShow() local
1034 !ShowRegions || ShowBestLineRegionsCounts; in doShow()
1035 ViewOpts.ShowRegionMarkers = ShowRegions || ShowBestLineRegionsCounts; in doShow()