Home
last modified time | relevance | path

Searched refs:raw_ostream (Results 1 – 25 of 55) sorted by relevance

123

/frameworks/compile/mclinker/lib/LD/
DTextDiagnosticPrinter.cpp16 static const enum llvm::raw_ostream::Colors UnreachableColor = llvm::raw_ostream::RED;
17 static const enum llvm::raw_ostream::Colors FatalColor = llvm::raw_ostream::YELLOW;
18 static const enum llvm::raw_ostream::Colors ErrorColor = llvm::raw_ostream::RED;
19 static const enum llvm::raw_ostream::Colors WarningColor = llvm::raw_ostream::MAGENTA;
20 static const enum llvm::raw_ostream::Colors DebugColor = llvm::raw_ostream::CYAN;
21 static const enum llvm::raw_ostream::Colors NoteColor = llvm::raw_ostream::GREEN;
22 static const enum llvm::raw_ostream::Colors IgnoreColor = llvm::raw_ostream::BLUE;
25 static const enum llvm::raw_ostream::Colors SavedColor = llvm::raw_ostream::SAVEDCOLOR;
29 TextDiagnosticPrinter::TextDiagnosticPrinter(llvm::raw_ostream& pOStream, in TextDiagnosticPrinter()
115 m_OStream.changeColor(llvm::raw_ostream::YELLOW); in handleDiagnostic()
[all …]
/frameworks/compile/mclinker/lib/Support/
Draw_ostream.cpp64 llvm::raw_ostream &
65 mcld::raw_fd_ostream::changeColor(enum llvm::raw_ostream::Colors pColor, in changeColor()
74 llvm::raw_ostream& mcld::raw_fd_ostream::resetColor() in resetColor()
81 llvm::raw_ostream& mcld::raw_fd_ostream::reverseColor() in reverseColor()
85 return llvm::raw_ostream::reverseColor(); in reverseColor()
/frameworks/compile/mclinker/include/mcld/Support/
Draw_ostream.h45 llvm::raw_ostream &changeColor(enum llvm::raw_ostream::Colors pColors,
49 llvm::raw_ostream &resetColor();
51 llvm::raw_ostream &reverseColor();
Draw_mem_ostream.h22 class raw_mem_ostream : public llvm::raw_ostream
DPath.h125 inline llvm::raw_ostream&
126 operator<<(llvm::raw_ostream& pOS, const Path& pPath)
/frameworks/rs/cpu_ref/linkloader/utils/
Draw_ostream.cpp24 llvm::raw_ostream &out() { in out()
25 static llvm::raw_ostream &singleton = llvm::outs(); in out()
47 llvm::raw_ostream &operator<<(llvm::raw_ostream &os, MyFormat const &mf) { in operator <<()
Draw_ostream.h23 extern llvm::raw_ostream &out();
31 extern llvm::raw_ostream &operator<<(llvm::raw_ostream &, MyFormat const &);
Dhelper.cpp39 out().changeColor(raw_ostream::MAGENTA); in dump_hex()
48 out().changeColor(raw_ostream::MAGENTA); in dump_hex()
/frameworks/compile/libbcc/include/bcc/
DCompiler.h22 class raw_ostream; variable
82 enum ErrorCode runCodeGen(Script &pScript, llvm::raw_ostream &pResult);
94 enum ErrorCode compile(Script &pScript, llvm::raw_ostream &pResult,
95 llvm::raw_ostream *IRStream);
99 llvm::raw_ostream *IRStream = 0);
/frameworks/compile/slang/BitWriter_3_2/
DBitcodeWriterPass.cpp20 raw_ostream &OS; // raw_ostream to print on
23 explicit WriteBitcodePass(raw_ostream &o) in WriteBitcodePass()
39 ModulePass *llvm_3_2::createBitcodeWriterPass(raw_ostream &Str) { in createBitcodeWriterPass()
DReaderWriter_3_2.h25 class raw_ostream; variable
56 void WriteBitcodeToFile(const llvm::Module *M, llvm::raw_ostream &Out);
60 llvm::ModulePass *createBitcodeWriterPass(llvm::raw_ostream &Str);
/frameworks/rs/cpu_ref/linkloader/include/
DELFTypes.h93 extern llvm::raw_ostream &operator<<(llvm::raw_ostream &,
95 extern llvm::raw_ostream &operator<<(llvm::raw_ostream &,
97 extern llvm::raw_ostream &operator<<(llvm::raw_ostream &,
99 extern llvm::raw_ostream &operator<<(llvm::raw_ostream &,
/frameworks/compile/libbcc/lib/Core/
DCompiler.cpp197 llvm::raw_ostream &pResult) { in runCodeGen()
247 llvm::raw_ostream &pResult, in compile()
248 llvm::raw_ostream *IRStream) { in compile()
285 llvm::raw_ostream *IRStream) { in compile()
292 llvm::raw_ostream *out = pResult.dup(); in compile()
/frameworks/rs/cpu_ref/linkloader/lib/
DELFTypes.cpp24 llvm::raw_ostream &operator<<(llvm::raw_ostream &os, TYPE const &val) { \
/frameworks/compile/slang/BitWriter_2_9_func/
DReaderWriter_2_9_func.h25 class raw_ostream; variable
56 void WriteBitcodeToFile(const llvm::Module *M, llvm::raw_ostream &Out);
60 llvm::ModulePass *createBitcodeWriterPass(llvm::raw_ostream &Str);
DBitcodeWriterPass.cpp23 raw_ostream &OS; // raw_ostream to print on
28 explicit WriteBitcodePass(raw_ostream &o) in WriteBitcodePass()
98 llvm::ModulePass *llvm_2_9_func::createBitcodeWriterPass(llvm::raw_ostream &Str) { in createBitcodeWriterPass()
/frameworks/compile/slang/BitWriter_2_9/
DReaderWriter_2_9.h25 class raw_ostream; variable
56 void WriteBitcodeToFile(const llvm::Module *M, llvm::raw_ostream &Out);
60 llvm::ModulePass *createBitcodeWriterPass(llvm::raw_ostream &Str);
DBitcodeWriterPass.cpp23 raw_ostream &OS; // raw_ostream to print on
28 explicit WriteBitcodePass(raw_ostream &o) in WriteBitcodePass()
98 llvm::ModulePass *llvm_2_9::createBitcodeWriterPass(llvm::raw_ostream &Str) { in createBitcodeWriterPass()
/frameworks/compile/libbcc/include/bcc/Support/
DDisassembler.h24 class raw_ostream; variable
42 DisassembleResult Disassemble(llvm::raw_ostream &pOutput, const char *pTriple,
/frameworks/compile/mclinker/include/mcld/LD/
DTextDiagnosticPrinter.h28 TextDiagnosticPrinter(llvm::raw_ostream& pOStream, const LinkerConfig& pConfig);
42 llvm::raw_ostream& m_OStream;
/frameworks/rs/cpu_ref/linkloader/include/impl/
DELFReloc.hxx86 out().changeColor(raw_ostream::WHITE, true); in print()
93 out().changeColor(raw_ostream::YELLOW, true); in print()
DELFSectionHeader.hxx71 out().changeColor(raw_ostream::WHITE, true); in print()
78 out().changeColor(raw_ostream::YELLOW, true); in print()
DELFSectionBits.hxx39 out().changeColor(raw_ostream::WHITE, true); in print()
/frameworks/compile/libbcc/lib/Support/
DDisassembler.cpp68 DisassembleResult Disassemble(llvm::raw_ostream &pOutput, const char *pTriple, in Disassemble()
195 llvm::raw_ostream *output = pOutput.dup(); in Disassemble()
214 bcc::DisassembleResult Disassemble(llvm::raw_ostream &pOutput, in Disassemble()
/frameworks/compile/slang/
Dslang_backend.h56 llvm::raw_ostream *mpOS;
108 llvm::raw_ostream *OS,

123