9#ifndef LLVM_DEBUGINFO_CODEVIEW_FORMATTERS_H
10#define LLVM_DEBUGINFO_CODEVIEW_FORMATTERS_H
57 Stream <<
"<no type>";
59 Stream <<
formatv(
"{0:X+4}", V.getIndex());
ArrayRef - Represent a constant reference to an array (0 or more elements consecutively in memory),...
StringRef - Represent a constant reference to a string, i.e.
static LLVM_ABI StringRef simpleTypeName(TypeIndex TI)
GuidAdapter(ArrayRef< uint8_t > Guid)
void format(raw_ostream &Stream, StringRef Style) override
This class implements an extremely fast bulk output stream that can only output to a stream.
detail::GuidAdapter fmt_guid(StringRef Item)
This is an optimization pass for GlobalISel generic memory operations.
auto formatv(bool Validate, const char *Fmt, Ts &&...Vals)
This represents the 'GUID' type from windows.h.