LLVM 19.0.0git
Static Public Member Functions | List of all members
llvm::BCArray< ElementTy > Class Template Reference

Represents an array of some other type. More...

#include "llvm/Bitcode/BitcodeConvenience.h"

Inheritance diagram for llvm::BCArray< ElementTy >:
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

template<typename ElementTy>
class llvm::BCArray< ElementTy >

Represents an array of some other type.

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

Definition at line 150 of file BitcodeConvenience.h.

Member Function Documentation

◆ emitOp()

template<typename ElementTy >
static void llvm::BCArray< ElementTy >::emitOp ( llvm::BitCodeAbbrev abbrev)
inlinestatic

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