Home
last modified time | relevance | path

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

/external/llvm/tools/llvm-cov/
DCoverageViewOptions.h27 bool ShowLineStats; member
DSourceCoverageViewText.cpp50 return (Opts.ShowLineStats ? LineCoverageColumnWidth + 1 : 0) + in getCombinedColumnWidth()
DSourceCoverageView.cpp185 if (getOptions().ShowLineStats) in print()
DCodeCoverage.cpp483 ViewOpts.ShowLineStats = ShowLineExecutionCounts.getNumOccurrences() != 0 || in show()
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
DCoverageViewOptions.h29 bool ShowLineStats; member
DSourceCoverageViewText.cpp56 return (Opts.ShowLineStats ? LineCoverageColumnWidth + 1 : 0) + in getCombinedColumnWidth()
DSourceCoverageView.cpp214 if (getOptions().ShowLineStats) in print()
DCodeCoverage.cpp842 ViewOpts.ShowLineStats = ShowLineExecutionCounts.getNumOccurrences() != 0 || in doShow()