Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/tools/llvm-cov/
H A DCoverageReport.cpp243 if (Options.ShowBranchSummary) { in render()
293 if (Options.ShowBranchSummary) { in render()
334 if (Options.ShowBranchSummary) in renderFunctionReports()
460 if (Options.ShowBranchSummary) in renderFileReports()
H A DCoverageViewOptions.h38 bool ShowBranchSummary; member
H A DSourceCoverageViewHTML.cpp316 if (Opts.ShowBranchSummary) in emitColumnLabelsForIndex()
383 if (Opts.ShowBranchSummary) in emitFileSummary()
H A DCodeCoverage.cpp907 ViewOpts.ShowBranchSummary = BranchSummary; in run()