Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/llvm-cov/
HDCoverageReport.cpp113 Options.colored_ostream(OS, File.RegionCoverage.isFullyCovered() in render()
117 Options.colored_ostream(OS, in render()
123 Options.colored_ostream( in render()
135 Options.colored_ostream(OS, Function.RegionCoverage.isFullyCovered() in render()
140 Options.colored_ostream( in render()
146 Options.colored_ostream(OS, Function.LineCoverage.isFullyCovered() in render()
151 Options.colored_ostream( in render()
HDCoverageViewOptions.h29 ColoredRawOstream colored_ostream(raw_ostream &OS, in colored_ostream() function
31 return llvm::colored_ostream(OS, Color, Colors); in colored_ostream()
HDSourceCoverageView.cpp38 colored_ostream(OS, Highlight ? *Highlight : raw_ostream::SAVEDCOLOR, in renderLine()
53 colored_ostream(OS, Highlight ? *Highlight : raw_ostream::SAVEDCOLOR, in renderLine()
106 colored_ostream(OS, raw_ostream::MAGENTA, in renderLineCoverageColumn()
253 Options.colored_ostream(OS, raw_ostream::CYAN) << NextISV->FunctionName in render()
HDCodeCoverage.cpp214 colored_ostream(errs(), raw_ostream::RED) in load()
222 colored_ostream(errs(), raw_ostream::RED) in load()
433 ViewOpts.colored_ostream(outs(), raw_ostream::RED) in show()
438 ViewOpts.colored_ostream(outs(), raw_ostream::CYAN) << Function.Name in show()
458 ViewOpts.colored_ostream(outs(), raw_ostream::RED) in show()
465 ViewOpts.colored_ostream(outs(), raw_ostream::CYAN) << SourceFile << ":"; in show()
HDRenderingSupport.h50 inline ColoredRawOstream colored_ostream(raw_ostream &OS,