LLVM 20.0.0git
|
Extension types are composed of a user-defined type ID and an uninterpreted sequence of bytes. More...
#include "llvm/BinaryFormat/MsgPackReader.h"
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 69 of file MsgPackReader.h.
StringRef llvm::msgpack::ExtensionType::Bytes |
Raw bytes of the extension object.
Definition at line 73 of file MsgPackReader.h.
int8_t llvm::msgpack::ExtensionType::Type |
User-defined extension type.
Definition at line 71 of file MsgPackReader.h.