Searched refs:changeColor (Results 1 – 13 of 13) sorted by relevance
/frameworks/compile/mclinker/lib/LD/ |
D | TextDiagnosticPrinter.cpp | 48 m_OStream.changeColor(UnreachableColor, true); in handleDiagnostic() 55 m_OStream.changeColor(FatalColor, true); in handleDiagnostic() 62 m_OStream.changeColor(ErrorColor, true); in handleDiagnostic() 69 m_OStream.changeColor(WarningColor, true); in handleDiagnostic() 78 m_OStream.changeColor(DebugColor, true); in handleDiagnostic() 88 m_OStream.changeColor(NoteColor, true); in handleDiagnostic() 98 m_OStream.changeColor(IgnoreColor, true); in handleDiagnostic() 112 m_OStream.changeColor(llvm::raw_ostream::YELLOW); in handleDiagnostic() 131 m_OStream.changeColor(llvm::raw_ostream::YELLOW); in handleDiagnostic() 144 m_OStream.changeColor(llvm::raw_ostream::YELLOW); in handleDiagnostic()
|
/frameworks/rs/cpu_ref/linkloader/utils/ |
D | helper.cpp | 39 out().changeColor(raw_ostream::MAGENTA); in dump_hex() 48 out().changeColor(raw_ostream::MAGENTA); in dump_hex()
|
/frameworks/rs/cpu_ref/linkloader/include/impl/ |
D | ELFReloc.hxx | 86 out().changeColor(raw_ostream::WHITE, true); in print() 93 out().changeColor(raw_ostream::YELLOW, true); in print()
|
D | ELFSectionHeader.hxx | 71 out().changeColor(raw_ostream::WHITE, true); in print() 78 out().changeColor(raw_ostream::YELLOW, true); in print()
|
D | ELFSectionBits.hxx | 39 out().changeColor(raw_ostream::WHITE, true); in print()
|
D | ELFHeader.hxx | 30 out().changeColor(raw_ostream::WHITE, true); in print()
|
D | ELFSectionStrTab.hxx | 56 out().changeColor(raw_ostream::WHITE, true); in print()
|
D | ELFSymbol.hxx | 81 out().changeColor(raw_ostream::WHITE, true); in print() 88 out().changeColor(raw_ostream::YELLOW, true); in print()
|
D | ELFSectionHeaderTable.hxx | 75 out().changeColor(raw_ostream::WHITE, true); in print()
|
D | ELFSectionRelTable.hxx | 41 out().changeColor(raw_ostream::WHITE, true); in print()
|
D | ELFSectionSymTab.hxx | 119 out().changeColor(raw_ostream::WHITE, true); in print()
|
/frameworks/compile/mclinker/lib/Support/ |
D | raw_ostream.cpp | 65 mcld::raw_fd_ostream::changeColor(enum llvm::raw_ostream::Colors pColor, in changeColor() function in mcld::raw_fd_ostream 71 return llvm::raw_fd_ostream::changeColor(pColor, pBold, pBackground); in changeColor()
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | raw_ostream.h | 43 llvm::raw_ostream &changeColor(enum llvm::raw_ostream::Colors pColors,
|