Searched refs:changeColor (Results 1 – 3 of 3) sorted by relevance
/frameworks/compile/mclinker/lib/LD/ |
D | TextDiagnosticPrinter.cpp | 55 m_OStream.changeColor(UnreachableColor, true); in handleDiagnostic() 62 m_OStream.changeColor(FatalColor, true); in handleDiagnostic() 69 m_OStream.changeColor(ErrorColor, true); in handleDiagnostic() 76 m_OStream.changeColor(WarningColor, true); in handleDiagnostic() 85 m_OStream.changeColor(DebugColor, true); in handleDiagnostic() 95 m_OStream.changeColor(NoteColor, true); in handleDiagnostic() 105 m_OStream.changeColor(IgnoreColor, true); in handleDiagnostic() 119 m_OStream.changeColor(llvm::raw_ostream::YELLOW); in handleDiagnostic() 140 m_OStream.changeColor(llvm::raw_ostream::YELLOW); in handleDiagnostic() 153 m_OStream.changeColor(llvm::raw_ostream::YELLOW); in handleDiagnostic()
|
/frameworks/compile/mclinker/lib/Support/ |
D | raw_ostream.cpp | 61 llvm::raw_ostream& raw_fd_ostream::changeColor( in changeColor() function in mcld::raw_fd_ostream 67 return llvm::raw_fd_ostream::changeColor(pColor, pBold, pBackground); in changeColor()
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | raw_ostream.h | 42 llvm::raw_ostream& changeColor(enum llvm::raw_ostream::Colors pColors,
|