struct ExtensionType

Declaration

struct ExtensionType { /* full declaration omitted */ };

Description

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

Declared at: llvm/include/llvm/BinaryFormat/MsgPackReader.h:64

Member Variables

public int8_t Type
User-defined extension type.
public llvm::StringRef Bytes
Raw bytes of the extension object.