Accelerator table data implementation for simple Apple accelerator tables with just a DIE reference.
Declared in <llvm/CodeGen/AccelTable.h>
class AppleAccelTableOffsetData
: public AppleAccelTableData
| Name | Description |
|---|---|
AppleAccelTableData | A base class for different implementations of Data classes for Apple Accelerator Tables. The columns in the table are defined by the static Atoms variable defined on the subclasses. |
| Name | Description |
|---|---|
Atom | 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. |
| Name | Description |
|---|---|
AppleAccelTableOffsetData [constructor] | Construct from DIE |
emit [virtual] | |
print [virtual] | |
operator< | Less-than operator |
| Name |
|---|
hash |
| Name |
|---|
Atoms |
| Name |
|---|
order [virtual] |
| Name |
|---|
Die |
| Name | Description |
|---|---|
AppleAccelTableTypeData | Accelerator table data implementation for Apple type accelerator tables. |