LLVM 19.0.0git
Static Public Member Functions | List of all members
llvm::BCBlob Class Reference

Represents an untyped blob of bytes. More...

#include "llvm/Bitcode/BitcodeConvenience.h"

Inheritance diagram for llvm::BCBlob:
Inheritance graph
[legend]

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.
 

Additional Inherited Members

- Static Public Attributes inherited from llvm::detail::BCField< true >
static const bool IsCompound
 

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()

static void llvm::BCBlob::emitOp ( llvm::BitCodeAbbrev abbrev)
inlinestatic

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