Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-cov/
DCodeCoverage.cpp458 cl::opt<bool> ShowBestLineRegionsCounts( in show() local
484 !ShowRegions || ShowBestLineRegionsCounts; in show()
485 ViewOpts.ShowRegionMarkers = ShowRegions || ShowBestLineRegionsCounts; in show()
486 ViewOpts.ShowLineStatsOrRegionMarkers = ShowBestLineRegionsCounts; in show()