• Home
  • Raw
  • Download

Lines Matching refs:ViewOpts

94   CoverageViewOptions ViewOpts;  member in __anon8840adf10111::CodeCoverageTool
141 ViewOpts.colored_ostream(errs(), raw_ostream::RED) << Message; in consumeDeferredMessages()
175 if (!ViewOpts.ShowExpandedRegions) in attachExpansionSubViews()
188 ViewOpts, std::move(ExpansionCoverage)); in attachExpansionSubViews()
206 ViewOpts, std::move(FunctionCoverage)); in createFunctionView()
224 ViewOpts, std::move(FileCoverage)); in createSourceFileView()
231 SourceCoverageView::create(Function->Name, SourceBuffer.get(), ViewOpts, in createSourceFileView()
368 ViewOpts.Debug = DebugDump; in run()
371 ViewOpts.Format = Format; in run()
372 switch (ViewOpts.Format) { in run()
374 ViewOpts.Colors = UseColor == cl::BOU_UNSET in run()
381 ViewOpts.Colors = true; in run()
482 ViewOpts.ShowLineNumbers = true; in show()
483 ViewOpts.ShowLineStats = ShowLineExecutionCounts.getNumOccurrences() != 0 || in show()
485 ViewOpts.ShowRegionMarkers = ShowRegions || ShowBestLineRegionsCounts; in show()
486 ViewOpts.ShowLineStatsOrRegionMarkers = ShowBestLineRegionsCounts; in show()
487 ViewOpts.ShowExpandedRegions = ShowExpansions; in show()
488 ViewOpts.ShowFunctionInstantiations = ShowInstantiations; in show()
489 ViewOpts.ShowOutputDirectory = ShowOutputDirectory; in show()
491 if (ViewOpts.hasOutputDirectory()) { in show()
492 if (auto E = sys::fs::create_directories(ViewOpts.ShowOutputDirectory)) { in show()
502 auto Printer = CoveragePrinter::create(ViewOpts); in show()
519 ViewOpts.colored_ostream(errs(), raw_ostream::RED) in show()
541 if (ViewOpts.hasOutputDirectory()) { in show()
550 if (ViewOpts.hasOutputDirectory()) in show()
588 if (ViewOpts.Format == CoverageViewOptions::OutputFormat::HTML) in report()
595 CoverageReport Report(ViewOpts, std::move(Coverage)); in report()