LLVM: llvm::BCBlob Class Reference (original) (raw)

Represents an untyped blob of bytes. More...

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

Inheritance diagram for llvm::BCBlob:

Static Public Member Functions
static void emitOp (llvm::BitCodeAbbrev &abbrev)
Static Public Member Functions inherited from llvm::detail::BCField< true >
static void assertValid (const T &data)
Asserts that the given data is a valid value for this field.
static T convert (T rawValue)
Converts a raw numeric representation of this value to its preferred type.

Detailed Description

Represents an untyped blob of bytes.

If present, this must be the last field in a record.

Definition at line 140 of file BitcodeConvenience.h.

Member Function Documentation

emitOp()


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