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

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageViewOptions.h29 bool ShowLineStats; member in struct:llvm::CoverageViewOptions
H A DSourceCoverageView.cpp221 if (getOptions().ShowLineStats)
H A DSourceCoverageViewText.cpp55 return (Opts.ShowLineStats ? LineCoverageColumnWidth + 1 : 0) +
H A DCodeCoverage.cpp854 ViewOpts.ShowLineStats = ShowLineExecutionCounts.getNumOccurrences() != 0 ||

Completed in 105 milliseconds