Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp141 CoverageViewOptions ViewOpts; member in __anon1753d6240111::CodeCoverageTool
324 if (!ViewOpts.ShowBranchCounts && !ViewOpts.ShowBranchPercents) in attachBranchSubViews()
449 if (ViewOpts.Debug) { in load()
523 if (!ViewOpts.hasDemangler()) in demangleSymbols()
766 ViewOpts.Format = Format; in run()
767 switch (ViewOpts.Format) { in run()
776 ViewOpts.Colors = true; in run()
781 ViewOpts.Colors = false; in run()
964 ViewOpts.ShowBranchCounts = in doShow()
970 ViewOpts.TabSize = TabSize; in doShow()
[all …]