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

  /external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-cov/
SourceCoverageViewText.cpp 1 //===- SourceCoverageViewText.cpp - A text-based code coverage view -------===//
15 #include "SourceCoverageViewText.h"
68 void SourceCoverageViewText::renderViewHeader(raw_ostream &) {}
70 void SourceCoverageViewText::renderViewFooter(raw_ostream &) {}
72 void SourceCoverageViewText::renderSourceName(raw_ostream &OS, bool WholeFile) {
77 void SourceCoverageViewText::renderLinePrefix(raw_ostream &OS,
83 void SourceCoverageViewText::renderLineSuffix(raw_ostream &, unsigned) {}
85 void SourceCoverageViewText::renderViewDivider(raw_ostream &OS,
96 void SourceCoverageViewText::renderLine(raw_ostream &OS, LineRef L,
148 void SourceCoverageViewText::renderLineCoverageColumn
    [all...]
SourceCoverageViewText.h 1 //===- SourceCoverageViewText.h - A text-based code coverage view ---------===//
40 class SourceCoverageViewText : public SourceCoverageView {
80 SourceCoverageViewText(StringRef SourceName, const MemoryBuffer &File,
SourceCoverageView.cpp 16 #include "SourceCoverageViewText.h"
141 return llvm::make_unique<SourceCoverageViewText>(
  /external/llvm/tools/llvm-cov/
SourceCoverageViewText.cpp 1 //===- SourceCoverageViewText.cpp - A text-based code coverage view -------===//
14 #include "SourceCoverageViewText.h"
62 void SourceCoverageViewText::renderViewHeader(raw_ostream &) {}
64 void SourceCoverageViewText::renderViewFooter(raw_ostream &) {}
66 void SourceCoverageViewText::renderSourceName(raw_ostream &OS) {
71 void SourceCoverageViewText::renderLinePrefix(raw_ostream &OS,
77 void SourceCoverageViewText::renderLineSuffix(raw_ostream &, unsigned) {}
79 void SourceCoverageViewText::renderViewDivider(raw_ostream &OS,
90 void SourceCoverageViewText::renderLine(
138 void SourceCoverageViewText::renderLineCoverageColumn
    [all...]
SourceCoverageViewText.h 1 //===- SourceCoverageViewText.h - A text-based code coverage view ---------===//
36 class SourceCoverageViewText : public SourceCoverageView {
74 SourceCoverageViewText(StringRef SourceName, const MemoryBuffer &File,
SourceCoverageView.cpp 16 #include "SourceCoverageViewText.h"
115 return llvm::make_unique<SourceCoverageViewText>(SourceName, File, Options,

Completed in 300 milliseconds