Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/tools/llvm-cov/
H A DCoverageViewOptions.h22 bool ShowLineStats; member
H A DSourceCoverageView.cpp145 (Options.ShowLineStats ? LineCoverageColumnWidth + 1 : 0) + in render()
194 if (Options.ShowLineStats) in render()
H A DCodeCoverage.cpp386 ViewOpts.ShowLineStats = ShowLineExecutionCounts.getNumOccurrences() != 0 || in show()