Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-cov/
H A DCodeCoverage.cpp146 CoverageViewOptions ViewOpts; member in __anonf127be270111::CodeCoverageTool
203 ViewOpts.colored_ostream(errs(), raw_ostream::RED) in error()
209 ViewOpts.colored_ostream(errs(), raw_ostream::RED) in warning()
303 if (!ViewOpts.ShowExpandedRegions) in attachExpansionSubViews()
317 ViewOpts, std::move(ExpansionCoverage)); in attachExpansionSubViews()
330 if (!ViewOpts.ShowBranchCounts && !ViewOpts.ShowBranchPercents) in attachBranchSubViews()
345 auto SubView = SourceCoverageView::create(SourceName, File, ViewOpts, in attachBranchSubViews()
365 SourceBuffer.get(), ViewOpts, in createFunctionView()
387 ViewOpts, std::move(FileCoverage)); in createSourceFileView()
391 if (!ViewOpts.ShowFunctionInstantiations) in createSourceFileView()
[all …]