struct AppleAccelTableData::Atom
Declaration
struct AppleAccelTableData::Atom { /* full declaration omitted */ };
Description
An Atom defines the form of the data in an Apple accelerator table. Conceptually it is a column in the accelerator consisting of a type and a specification of the form of its data.
Declared at: llvm/include/llvm/CodeGen/AccelTable.h:225
Member Variables
- public const uint16_t Type
- Atom Type.
- public const uint16_t Form
- DWARF Form.
Method Overview
- public constexpr Atom(uint16_t Type, uint16_t Form)
- public void dump() const
- public void print(llvm::raw_ostream & OS) const
Methods
¶constexpr Atom(uint16_t Type, uint16_t Form)
constexpr Atom(uint16_t Type, uint16_t Form)
Declared at: llvm/include/llvm/CodeGen/AccelTable.h:231
Parameters
- uint16_t Type
- uint16_t Form
¶void dump() const
void dump() const
Declared at: llvm/include/llvm/CodeGen/AccelTable.h:235
¶void print(llvm::raw_ostream& OS) const
void print(llvm::raw_ostream& OS) const
Declared at: llvm/include/llvm/CodeGen/AccelTable.h:234