Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-cov/
DCodeCoverage.cpp395 cl::opt<bool> ShowBestLineRegionsCounts( in show() local
415 !ShowRegions || ShowBestLineRegionsCounts; in show()
416 ViewOpts.ShowRegionMarkers = ShowRegions || ShowBestLineRegionsCounts; in show()
417 ViewOpts.ShowLineStatsOrRegionMarkers = ShowBestLineRegionsCounts; in show()