Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-cov/
H A DCoverageViewOptions.h31 bool ShowLineStats; member
H A DSourceCoverageView.cpp231 if (getOptions().ShowLineStats) in print()
H A DSourceCoverageViewText.cpp56 return (Opts.ShowLineStats ? LineCoverageColumnWidth + 1 : 0) + in getCombinedColumnWidth()
H A DCodeCoverage.cpp1037 ViewOpts.ShowLineStats = ShowLineExecutionCounts.getNumOccurrences() != 0 || in doShow()