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 | Base class for Apple accelerator table entry data. |
| Name | Description |
|---|---|
Atom | Column descriptor for an Apple accelerator table entry. |
| Name | Description |
|---|---|
AppleAccelTableOffsetData [constructor] | Construct entry data referencing DIE D. |
emit [virtual] | Emit the DIE offset atom for this entry. |
print [virtual] | Print this entry to OS for debugging. |
operator< | Compare entries using their stable order key. |
| Name | Description |
|---|---|
hash | Hash Buffer with the DJB hash used by Apple accelerator tables. |
| Name | Description |
|---|---|
Atoms | Atom list describing a single DIE-offset column. |
| Name | Description |
|---|---|
order [virtual] | Order entries by the referenced DIE offset. |
| Name | Description |
|---|---|
Die | DIE referenced by this accelerator entry. |
| Name | Description |
|---|---|
AppleAccelTableTypeData | Accelerator table data implementation for Apple type accelerator tables. |