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 |
classof(const raw_ostream *OS) | llvm::raw_fd_stream | static |
clear_error() | llvm::raw_fd_ostream | inline |
close() | llvm::raw_fd_ostream | |
Colors enum name | llvm::raw_ostream | |
colors_enabled() const | llvm::raw_ostream | inline |
createConnectedUnix(StringRef SocketPath) | llvm::raw_socket_stream | static |
CYAN | llvm::raw_ostream | static |
enable_colors(bool enable) | llvm::raw_ostream | inlinevirtual |
error() const | llvm::raw_fd_ostream | inline |
error_detected(std::error_code EC) | llvm::raw_fd_ostream | inlineprotected |
flush() | llvm::raw_ostream | inline |
get_fd() const | llvm::raw_fd_ostream | inlineprotected |
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 override | llvm::raw_fd_ostream | virtual |
has_error() const | llvm::raw_fd_ostream | inline |
inc_pos(uint64_t Delta) | llvm::raw_fd_ostream | inlineprotected |
indent(unsigned NumSpaces) | llvm::raw_ostream | |
is_displayed() const override | llvm::raw_fd_ostream | virtual |
isRegularFile() const | llvm::raw_fd_ostream | inline |
lock() | llvm::raw_fd_ostream | |
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 | |
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, OStreamKind K=OStreamKind::OK_OStream) | llvm::raw_fd_ostream | |
raw_fd_stream(StringRef Filename, std::error_code &EC) | llvm::raw_fd_stream | |
raw_fd_stream(int fd, bool shouldClose) | llvm::raw_fd_stream | |
raw_ostream(bool unbuffered=false, OStreamKind K=OStreamKind::OK_OStream) | llvm::raw_ostream | inlineexplicit |
raw_ostream(const raw_ostream &)=delete | llvm::raw_ostream | |
raw_pwrite_stream(bool Unbuffered=false, OStreamKind K=OStreamKind::OK_OStream) | llvm::raw_pwrite_stream | inlineexplicit |
raw_socket_stream(int SocketFD) | llvm::raw_socket_stream | |
read(char *Ptr, size_t Size, const std::chrono::milliseconds &Timeout=std::chrono::milliseconds(-1)) | llvm::raw_socket_stream | |
llvm::raw_fd_stream::read(char *Ptr, size_t Size) | llvm::raw_fd_stream | |
RED | llvm::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 |
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() const | llvm::raw_fd_ostream | inline |
tell() const | llvm::raw_ostream | inline |
tie(raw_ostream *TieTo) | llvm::raw_fd_ostream | inline |
tryLockFor(Duration const &Timeout) | llvm::raw_fd_ostream | |
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 |
~raw_fd_ostream() override | llvm::raw_fd_ostream | |
~raw_ostream() | llvm::raw_ostream | virtual |
~raw_socket_stream() | llvm::raw_socket_stream | |