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 |
Colors enum name | llvm::raw_ostream | |
colors_enabled() const | llvm::raw_ostream | inline |
CYAN | llvm::raw_ostream | static |
enable_colors(bool enable) override | llvm::raw_ostream_proxy_adaptor< raw_pwrite_stream > | inlinevirtual |
flush() | llvm::raw_ostream | inline |
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 |
getPreferredBufferSize() const | llvm::raw_ostream_proxy_adaptor< raw_pwrite_stream > | inline |
getProxiedOS() const | llvm::raw_pwrite_stream_proxy_adaptor< RawPwriteStreamT > | inlineprotected |
GREEN | llvm::raw_ostream | static |
has_colors() const override | llvm::raw_ostream_proxy_adaptor< raw_pwrite_stream > | inlinevirtual |
hasProxiedOS() const | llvm::raw_ostream_proxy_adaptor< raw_pwrite_stream > | inline |
indent(unsigned NumSpaces) | llvm::raw_ostream | |
is_displayed() const override | llvm::raw_ostream_proxy_adaptor< raw_pwrite_stream > | 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 | |
pwrite(const char *Ptr, size_t Size, uint64_t Offset) | llvm::raw_pwrite_stream | inline |
raw_ostream(bool unbuffered=false, OStreamKind K=OStreamKind::OK_OStream) | llvm::raw_ostream | inlineexplicit |
raw_ostream(const raw_ostream &)=delete | llvm::raw_ostream | |
raw_ostream_proxy_adaptor(raw_ostream &OS, ArgsT &&...Args) | llvm::raw_ostream_proxy_adaptor< raw_pwrite_stream > | inlineexplicitprotected |
raw_pwrite_stream(bool Unbuffered=false, OStreamKind K=OStreamKind::OK_OStream) | llvm::raw_pwrite_stream | inlineexplicit |
raw_pwrite_stream_proxy(raw_pwrite_stream &OS) | llvm::raw_pwrite_stream_proxy | inline |
raw_pwrite_stream_proxy_adaptor()=default | llvm::raw_pwrite_stream_proxy_adaptor< RawPwriteStreamT > | protected |
raw_pwrite_stream_proxy_adaptor(raw_pwrite_stream &OS, ArgsT &&...Args) | llvm::raw_pwrite_stream_proxy_adaptor< RawPwriteStreamT > | inlineexplicitprotected |
RED | llvm::raw_ostream | static |
reserveExtraSpace(uint64_t ExtraSize) override | llvm::raw_ostream_proxy_adaptor< raw_pwrite_stream > | inlinevirtual |
RESET | llvm::raw_ostream | static |
resetColor() | llvm::raw_ostream | virtual |
resetProxiedOS() | llvm::raw_ostream_proxy_adaptor< raw_pwrite_stream > | inlineprotected |
resetProxy() | llvm::vfs::OutputFile::TrackedProxy | inline |
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 |
SetUnbuffered() | llvm::raw_ostream | inline |
tell() const | llvm::raw_ostream | inline |
TrackedProxy(TrackedProxy *&TrackingPointer, raw_pwrite_stream &OS) | llvm::vfs::OutputFile::TrackedProxy | inlineexplicit |
TrackingPointer | llvm::vfs::OutputFile::TrackedProxy | |
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_ostream() | llvm::raw_ostream | virtual |
~raw_ostream_proxy_adaptor() override | llvm::raw_ostream_proxy_adaptor< raw_pwrite_stream > | inline |
~TrackedProxy() override | llvm::vfs::OutputFile::TrackedProxy | inline |