Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp148 CoverageViewOptions ViewOpts; member in __anoncbd5e3e50111::CodeCoverageTool
208 ViewOpts.colored_ostream(errs(), raw_ostream::RED) in error()
214 ViewOpts.colored_ostream(errs(), raw_ostream::RED) in warning()
308 if (!ViewOpts.ShowExpandedRegions) in attachExpansionSubViews()
322 ViewOpts, std::move(ExpansionCoverage)); in attachExpansionSubViews()
331 if (!ViewOpts.ShowBranchCounts && !ViewOpts.ShowBranchPercents) in attachBranchSubViews()
350 if (!ViewOpts.ShowMCDC) in attachMCDCSubViews()
383 SourceBuffer.get(), ViewOpts, in createFunctionView()
406 ViewOpts, std::move(FileCoverage)); in createSourceFileView()
410 if (!ViewOpts.ShowFunctionInstantiations) in createSourceFileView()
[all …]