HomeSort by relevance Sort by last modified time
    Searched refs:colored_ostream (Results 1 - 5 of 5) sorted by null

  /external/llvm/tools/llvm-cov/
CoverageViewOptions.h 29 ColoredRawOstream colored_ostream(raw_ostream &OS, function in struct:llvm::CoverageViewOptions
31 return llvm::colored_ostream(OS, Color, Colors);
CoverageReport.cpp 113 Options.colored_ostream(OS, File.RegionCoverage.isFullyCovered()
117 Options.colored_ostream(OS,
123 Options.colored_ostream(
135 Options.colored_ostream(OS, Function.RegionCoverage.isFullyCovered()
140 Options.colored_ostream(
146 Options.colored_ostream(OS, Function.LineCoverage.isFullyCovered()
151 Options.colored_ostream(
RenderingSupport.h 50 inline ColoredRawOstream colored_ostream(raw_ostream &OS, function in namespace:llvm
SourceCoverageView.cpp 37 colored_ostream(OS, Highlight ? *Highlight : raw_ostream::SAVEDCOLOR,
52 colored_ostream(OS, Highlight ? *Highlight : raw_ostream::SAVEDCOLOR,
95 colored_ostream(OS, raw_ostream::MAGENTA,
249 Options.colored_ostream(OS, raw_ostream::CYAN) << NextISV->FunctionName
CodeCoverage.cpp 202 colored_ostream(errs(), raw_ostream::RED)
210 colored_ostream(errs(), raw_ostream::RED)
424 ViewOpts.colored_ostream(outs(), raw_ostream::RED)
429 ViewOpts.colored_ostream(outs(), raw_ostream::CYAN) << Function.Name
449 ViewOpts.colored_ostream(outs(), raw_ostream::RED)
456 ViewOpts.colored_ostream(outs(), raw_ostream::CYAN) << SourceFile << ":";

Completed in 223 milliseconds