Home
last modified time | relevance | path

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

12

/frameworks/compile/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/slang/BitWriter_2_9/
DBitcodeWriterPass.cpp20 raw_ostream &OS; // raw_ostream to print on
23 explicit WriteBitcodePass(raw_ostream &o) in WriteBitcodePass()
39 llvm::ModulePass *llvm_2_9::createBitcodeWriterPass(llvm::raw_ostream &Str) { in createBitcodeWriterPass()
DReaderWriter_2_9.h25 class raw_ostream; variable
56 void WriteBitcodeToFile(const llvm::Module *M, llvm::raw_ostream &Out);
64 llvm::ModulePass *createBitcodeWriterPass(llvm::raw_ostream &Str);
/frameworks/compile/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/linkloader/lib/
DELFTypes.cpp24 llvm::raw_ostream &operator<<(llvm::raw_ostream &os, TYPE const &val) { \
/frameworks/compile/linkloader/
DAndroid.mk38 utils/raw_ostream.cpp \
72 utils/raw_ostream.cpp \
164 utils/raw_ostream.cpp \
198 utils/raw_ostream.cpp \
DSConstruct79 'utils/raw_ostream.cpp',
/frameworks/compile/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.hxx35 out().changeColor(raw_ostream::WHITE, true); in print()
DELFHeader.hxx30 out().changeColor(raw_ostream::WHITE, true); in print()
DELFSectionStrTab.hxx57 out().changeColor(raw_ostream::WHITE, true); in print()
DELFSymbol.hxx86 out().changeColor(raw_ostream::WHITE, true); in print()
93 out().changeColor(raw_ostream::YELLOW, true); in print()
DELFSectionRelTable.hxx35 out().changeColor(raw_ostream::WHITE, true); in print()
DELFSectionHeaderTable.hxx75 out().changeColor(raw_ostream::WHITE, true); in print()
DELFSectionSymTab.hxx119 out().changeColor(raw_ostream::WHITE, true); in print()
/frameworks/compile/slang/
Dslang_backend.h57 llvm::raw_ostream *mpOS;
106 llvm::raw_ostream *OS,
Dslang_rs_backend.h78 llvm::raw_ostream *OS,
Dslang_rs.h86 llvm::raw_ostream *OS,
Dslang.h151 llvm::raw_ostream *OS,
Dslang_backend.cpp199 llvm::raw_ostream *OS, in Backend()
Dslang_rs.cpp218 llvm::raw_ostream *OS, in createBackend()
Dslang.cpp258 llvm::raw_ostream *OS, in createBackend()

12