BLACK enum value | llvm::raw_ostream | |
BLUE enum value | llvm::raw_ostream | |
changeColor(enum Colors colors, bool bold=false, bool bg=false) override | llvm::raw_fd_ostream | virtual |
clear_error() | llvm::raw_fd_ostream | inline |
close() | llvm::raw_fd_ostream | |
Colors enum name | llvm::raw_ostream | |
CYAN enum value | llvm::raw_ostream | |
error() const | llvm::raw_fd_ostream | inline |
flush() | llvm::raw_ostream | inline |
GetBufferSize() const | llvm::raw_ostream | inline |
getBufferStart() const | llvm::raw_ostream | inlineprotected |
GetNumBytesInBuffer() const | llvm::raw_ostream | inline |
GREEN enum value | llvm::raw_ostream | |
has_colors() const override | llvm::raw_fd_ostream | virtual |
has_error() const | llvm::raw_fd_ostream | inline |
indent(unsigned NumSpaces) | llvm::raw_ostream | |
is_displayed() const override | llvm::raw_fd_ostream | virtual |
MAGENTA enum value | llvm::raw_ostream | |
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 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<<(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 | |
pwrite(const char *Ptr, size_t Size, uint64_t Offset) | llvm::raw_pwrite_stream | inline |
raw_fd_ostream(StringRef Filename, std::error_code &EC) | llvm::raw_fd_ostream | |
raw_fd_ostream(StringRef Filename, std::error_code &EC, sys::fs::CreationDisposition Disp) | llvm::raw_fd_ostream | |
raw_fd_ostream(StringRef Filename, std::error_code &EC, sys::fs::FileAccess Access) | llvm::raw_fd_ostream | |
raw_fd_ostream(StringRef Filename, std::error_code &EC, sys::fs::OpenFlags Flags) | llvm::raw_fd_ostream | |
raw_fd_ostream(StringRef Filename, std::error_code &EC, sys::fs::CreationDisposition Disp, sys::fs::FileAccess Access, sys::fs::OpenFlags Flags) | llvm::raw_fd_ostream | |
raw_fd_ostream(int fd, bool shouldClose, bool unbuffered=false) | llvm::raw_fd_ostream | |
raw_ostream(bool unbuffered=false) | llvm::raw_ostream | inlineexplicit |
raw_ostream(const raw_ostream &)=delete | llvm::raw_ostream | |
raw_pwrite_stream(bool Unbuffered=false) | llvm::raw_pwrite_stream | inlineexplicit |
RED enum value | llvm::raw_ostream | |
resetColor() override | llvm::raw_fd_ostream | virtual |
reverseColor() override | llvm::raw_fd_ostream | virtual |
SAVEDCOLOR enum value | llvm::raw_ostream | |
seek(uint64_t off) | llvm::raw_fd_ostream | |
SetBuffer(char *BufferStart, size_t Size) | llvm::raw_ostream | inlineprotected |
SetBuffered() | llvm::raw_ostream | |
SetBufferSize(size_t Size) | llvm::raw_ostream | inline |
SetUnbuffered() | llvm::raw_ostream | inline |
supportsSeeking() | llvm::raw_fd_ostream | inline |
tell() const | llvm::raw_ostream | inline |
uuid_t typedef | llvm::raw_ostream | |
WHITE enum value | llvm::raw_ostream | |
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 enum value | llvm::raw_ostream | |
~raw_fd_ostream() override | llvm::raw_fd_ostream | |
~raw_ostream() | llvm::raw_ostream | virtual |