LLVM: llvm::msgpack::ExtensionType Struct Reference (original) (raw)

Extension types are composed of a user-defined type ID and an uninterpreted sequence of bytes. More...

#include "[llvm/BinaryFormat/MsgPackReader.h](MsgPackReader%5F8h%5Fsource.html)"

Public Attributes
int8_t Type
User-defined extension type.
StringRef Bytes
Raw bytes of the extension object.

Extension types are composed of a user-defined type ID and an uninterpreted sequence of bytes.

Definition at line 70 of file MsgPackReader.h.

Bytes

StringRef llvm::msgpack::ExtensionType::Bytes

Type

int8_t llvm::msgpack::ExtensionType::Type


The documentation for this struct was generated from the following file: