| BLACK | llvm::raw_ostream | static |
| BLUE | llvm::raw_ostream | static |
| BRIGHT_BLACK | llvm::raw_ostream | static |
| BRIGHT_BLUE | llvm::raw_ostream | static |
| BRIGHT_CYAN | llvm::raw_ostream | static |
| BRIGHT_GREEN | llvm::raw_ostream | static |
| BRIGHT_MAGENTA | llvm::raw_ostream | static |
| BRIGHT_RED | llvm::raw_ostream | static |
| BRIGHT_WHITE | llvm::raw_ostream | static |
| BRIGHT_YELLOW | llvm::raw_ostream | static |
| changeColor(enum Colors Color, bool Bold=false, bool BG=false) | llvm::raw_ostream | virtual |
| circular_raw_ostream(raw_ostream &Stream, const char *Header, size_t BuffSize=0, bool Owns=REFERENCE_ONLY) | llvm::circular_raw_ostream | inline |
| Colors enum name | llvm::raw_ostream | |
| colors_enabled() const | llvm::raw_ostream | inline |
| CYAN | llvm::raw_ostream | static |
| enable_colors(bool enable) | llvm::raw_ostream | inlinevirtual |
| flush() | llvm::raw_ostream | inline |
| flushBufferWithBanner() | llvm::circular_raw_ostream | |
| get_kind() const | llvm::raw_ostream | inline |
| GetBufferSize() const | llvm::raw_ostream | inline |
| getBufferStart() const | llvm::raw_ostream | inlineprotected |
| GetNumBytesInBuffer() const | llvm::raw_ostream | inline |
| GREEN | llvm::raw_ostream | static |
| has_colors() const | llvm::raw_ostream | inlinevirtual |
| indent(unsigned NumSpaces) | llvm::raw_ostream | |
| is_displayed() const override | llvm::circular_raw_ostream | inlinevirtual |
| MAGENTA | llvm::raw_ostream | static |
| operator<<(char C) | llvm::raw_ostream | inline |
| operator<<(unsigned char C) | llvm::raw_ostream | inline |
| operator<<(signed char C) | llvm::raw_ostream | inline |
| operator<<(StringRef Str) | llvm::raw_ostream | inline |
| operator<<(const char *Str) | llvm::raw_ostream | inline |
| operator<<(const std::string &Str) | llvm::raw_ostream | inline |
| operator<<(const std::string_view &Str) | llvm::raw_ostream | inline |
| operator<<(const SmallVectorImpl< char > &Str) | llvm::raw_ostream | inline |
| operator<<(unsigned long N) | llvm::raw_ostream | |
| operator<<(long N) | llvm::raw_ostream | |
| operator<<(unsigned long long N) | llvm::raw_ostream | |
| operator<<(long long N) | llvm::raw_ostream | |
| operator<<(const void *P) | llvm::raw_ostream | |
| operator<<(unsigned int N) | llvm::raw_ostream | inline |
| operator<<(int N) | llvm::raw_ostream | inline |
| operator<<(double N) | llvm::raw_ostream | |
| operator<<(Colors C) | llvm::raw_ostream | |
| operator<<(const format_object_base &Fmt) | llvm::raw_ostream | |
| operator<<(const FormattedString &) | llvm::raw_ostream | |
| operator<<(const FormattedNumber &) | llvm::raw_ostream | |
| operator<<(const formatv_object_base &) | llvm::raw_ostream | |
| operator<<(const FormattedBytes &) | llvm::raw_ostream | |
| operator=(const raw_ostream &)=delete | llvm::raw_ostream | |
| OStreamKind enum name | llvm::raw_ostream | |
| preferred_buffer_size() const | llvm::raw_ostream | protectedvirtual |
| raw_ostream(bool unbuffered=false, OStreamKind K=OStreamKind::OK_OStream) | llvm::raw_ostream | inlineexplicit |
| raw_ostream(const raw_ostream &)=delete | llvm::raw_ostream | |
| RED | llvm::raw_ostream | static |
| REFERENCE_ONLY | llvm::circular_raw_ostream | static |
| reserveExtraSpace(uint64_t ExtraSize) | llvm::raw_ostream | inlinevirtual |
| RESET | llvm::raw_ostream | static |
| resetColor() | llvm::raw_ostream | virtual |
| reverseColor() | llvm::raw_ostream | virtual |
| SAVEDCOLOR | llvm::raw_ostream | static |
| SetBuffer(char *BufferStart, size_t Size) | llvm::raw_ostream | inlineprotected |
| SetBuffered() | llvm::raw_ostream | |
| SetBufferSize(size_t Size) | llvm::raw_ostream | inline |
| setStream(raw_ostream &Stream, bool Owns=REFERENCE_ONLY) | llvm::circular_raw_ostream | inline |
| SetUnbuffered() | llvm::raw_ostream | inline |
| TAKE_OWNERSHIP | llvm::circular_raw_ostream | static |
| tell() const | llvm::raw_ostream | inline |
| uuid_t typedef | llvm::raw_ostream | |
| WHITE | llvm::raw_ostream | static |
| write(unsigned char C) | llvm::raw_ostream | |
| write(const char *Ptr, size_t Size) | llvm::raw_ostream | |
| write_escaped(StringRef Str, bool UseHexEscapes=false) | llvm::raw_ostream | |
| write_hex(unsigned long long N) | llvm::raw_ostream | |
| write_uuid(const uuid_t UUID) | llvm::raw_ostream | |
| write_zeros(unsigned NumZeros) | llvm::raw_ostream | |
| YELLOW | llvm::raw_ostream | static |
| ~circular_raw_ostream() override | llvm::circular_raw_ostream | inline |
| ~raw_ostream() | llvm::raw_ostream | virtual |