LLVM  8.0.1
Public Attributes | List of all members
llvm::msgpack::ExtensionType Struct Reference

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

#include "llvm/BinaryFormat/MsgPackReader.h"

Collaboration diagram for llvm::msgpack::ExtensionType:
Collaboration graph
[legend]

Public Attributes

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

Detailed Description

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

Definition at line 64 of file MsgPackReader.h.

Member Data Documentation

◆ Bytes

StringRef llvm::msgpack::ExtensionType::Bytes

Raw bytes of the extension object.

Definition at line 68 of file MsgPackReader.h.

Referenced by llvm::msgpack::Reader::readExt().

◆ Type

int8_t llvm::msgpack::ExtensionType::Type

User-defined extension type.

Definition at line 66 of file MsgPackReader.h.

Referenced by llvm::msgpack::Reader::readExt().


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