HomeSort by relevance Sort by last modified time
    Searched refs:raw_ostream (Results 51 - 75 of 879) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/llvm/tools/llvm-cov/
CoverageReport.h 27 void render(const FileCoverageSummary &File, raw_ostream &OS);
28 void render(const FunctionCoverageSummary &Function, raw_ostream &OS);
35 void renderFunctionReports(ArrayRef<std::string> Files, raw_ostream &OS);
37 void renderFileReports(raw_ostream &OS);
CoverageViewOptions.h 30 ColoredRawOstream colored_ostream(raw_ostream &OS,
31 raw_ostream::Colors Color) const {
RenderingSupport.h 13 #include "llvm/Support/raw_ostream.h"
24 raw_ostream &OS;
27 ColoredRawOstream(raw_ostream &OS, bool IsColorUsed)
44 inline raw_ostream &operator<<(const ColoredRawOstream &OS, T &&Value) {
50 inline ColoredRawOstream colored_ostream(raw_ostream &OS,
51 raw_ostream::Colors Color,
  /external/mesa3d/src/gallium/drivers/radeon/InstPrinter/
AMDGPUInstPrinter.h 7 #include "llvm/Support/raw_ostream.h"
18 void printInstruction(const MCInst *MI, raw_ostream &O);
21 // virtual void printRegName(raw_ostream &OS, unsigned RegNo) const;
22 virtual void printInst(const MCInst *MI, raw_ostream &O, StringRef Annot);
25 void printOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
26 // void printUnsignedImm(const MCInst *MI, int OpNo, raw_ostream &O);
27 void printMemOperand(const MCInst *MI, unsigned OpNo, raw_ostream &O);
AMDGPUInstPrinter.cpp 7 void AMDGPUInstPrinter::printInst(const MCInst *MI, raw_ostream &OS,
15 raw_ostream &O) {
30 raw_ostream &O) {
  /external/clang/include/clang/Basic/
MacroBuilder.h 20 #include "llvm/Support/raw_ostream.h"
25 raw_ostream &Out;
27 MacroBuilder(raw_ostream &Output) : Out(Output) {}
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugMacro.h 20 class raw_ostream;
52 void dump(raw_ostream &OS) const;
  /external/llvm/include/llvm/DebugInfo/PDB/
IPDBSourceFile.h 19 class raw_ostream;
27 void dump(raw_ostream &OS, int Indent) const;
  /external/llvm/include/llvm/MC/
MCCodeEmitter.h 19 class raw_ostream;
39 virtual void encodeInstruction(const MCInst &Inst, raw_ostream &OS,
MCSymbolizer.h 29 class raw_ostream;
70 virtual bool tryAddingSymbolicOperand(MCInst &Inst, raw_ostream &cStream,
78 virtual void tryAddingPcLoadReferenceComment(raw_ostream &cStream,
MCDisassembler.h 21 class raw_ostream;
78 raw_ostream &VStream,
79 raw_ostream &CStream) const = 0;
108 mutable raw_ostream *CommentStream;
  /external/llvm/include/llvm/Support/
Signals.h 22 class raw_ostream;
47 /// \brief Print the stack trace using the given \c raw_ostream object.
48 void PrintStackTrace(raw_ostream &OS);
FormattedStream.h 10 // This file contains raw_ostream implementations for streams to do
18 #include "llvm/Support/raw_ostream.h"
23 /// formatted_raw_ostream - A raw_ostream that wraps another one and keeps track
27 class formatted_raw_ostream : public raw_ostream {
31 raw_ostream *TheStream;
60 void setStream(raw_ostream &Stream) {
65 // This formatted_raw_ostream inherits from raw_ostream, so it'll do its
89 formatted_raw_ostream(raw_ostream &Stream)
115 raw_ostream &resetColor() override {
120 raw_ostream &reverseColor() override
    [all...]
  /external/llvm/tools/llvm-mc/
Disassembler.h 24 class raw_ostream;
37 raw_ostream &Out);
  /external/llvm/tools/obj2yaml/
obj2yaml.h 17 #include "llvm/Support/raw_ostream.h"
20 std::error_code coff2yaml(llvm::raw_ostream &Out,
22 std::error_code elf2yaml(llvm::raw_ostream &Out,
  /frameworks/compile/mclinker/include/mcld/Support/
raw_ostream.h 1 //===- raw_ostream.h ------------------------------------------------------===//
12 #include <llvm/Support/raw_ostream.h>
42 llvm::raw_ostream& changeColor(enum llvm::raw_ostream::Colors pColors,
46 llvm::raw_ostream& resetColor();
48 llvm::raw_ostream& reverseColor();
57 /// outs() - This returns a reference to a raw_ostream for standard output.
61 /// errs() - This returns a reference to a raw_ostream for standard error.
  /frameworks/compile/mclinker/lib/LD/
TextDiagnosticPrinter.cpp 19 static const enum llvm::raw_ostream::Colors UnreachableColor =
20 llvm::raw_ostream::RED;
21 static const enum llvm::raw_ostream::Colors FatalColor =
22 llvm::raw_ostream::YELLOW;
23 static const enum llvm::raw_ostream::Colors ErrorColor = llvm::raw_ostream::RED;
24 static const enum llvm::raw_ostream::Colors WarningColor =
25 llvm::raw_ostream::MAGENTA;
26 static const enum llvm::raw_ostream::Colors DebugColor =
27 llvm::raw_ostream::CYAN
    [all...]
  /external/clang/include/clang/Rewrite/Frontend/
ASTConsumers.h 31 CreateObjCRewriter(const std::string &InFile, raw_ostream *OS,
35 CreateModernObjCRewriter(const std::string &InFile, raw_ostream *OS,
41 std::unique_ptr<ASTConsumer> CreateHTMLPrinter(raw_ostream *OS,
  /external/llvm/include/llvm/IR/
Verifier.h 34 class raw_ostream;
42 bool verifyFunction(const Function &F, raw_ostream *OS = nullptr);
49 bool verifyModule(const Module &M, raw_ostream *OS = nullptr);
  /external/llvm/include/llvm/TableGen/
StringMatcher.h 23 class raw_ostream;
38 raw_ostream &OS;
42 const std::vector<StringPair> &matches, raw_ostream &os)
  /external/llvm/lib/ProfileData/
SampleProf.cpp 62 void LineLocation::print(raw_ostream &OS) const {
68 raw_ostream &llvm::sampleprof::operator<<(raw_ostream &OS,
76 void CallsiteLocation::print(raw_ostream &OS) const {
83 inline raw_ostream &llvm::sampleprof::operator<<(raw_ostream &OS,
90 void SampleRecord::print(raw_ostream &OS, unsigned Indent) const {
102 raw_ostream &llvm::sampleprof::operator<<(raw_ostream &OS,
109 void FunctionSamples::print(raw_ostream &OS, unsigned Indent) const
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZAsmPrinter.h 22 class raw_ostream;
37 raw_ostream &OS) override;
40 raw_ostream &OS) override;
  /external/llvm/lib/Target/X86/Disassembler/
X86Disassembler.h 86 class raw_ostream;
101 raw_ostream &vStream,
102 raw_ostream &cStream) const override;
  /external/llvm/lib/Target/SystemZ/InstPrinter/
SystemZInstPrinter.cpp 16 #include "llvm/Support/raw_ostream.h"
25 unsigned Index, raw_ostream &O) {
41 raw_ostream &O) {
52 void SystemZInstPrinter::printInst(const MCInst *MI, raw_ostream &O,
59 void SystemZInstPrinter::printRegName(raw_ostream &O, unsigned RegNo) const {
64 static void printUImmOperand(const MCInst *MI, int OpNum, raw_ostream &O) {
71 static void printSImmOperand(const MCInst *MI, int OpNum, raw_ostream &O) {
78 raw_ostream &O) {
83 raw_ostream &O) {
88 raw_ostream &O)
    [all...]
  /external/clang/include/clang/Frontend/
SerializedDiagnosticPrinter.h 18 class raw_ostream;

Completed in 3082 milliseconds

1 23 4 5 6 7 8 91011>>