Base class for Apple accelerator table entry data.
Synopsis
Declared in <llvm/CodeGen/AccelTable.h>
class AppleAccelTableData
: public AccelTableData
Description
The columns in the table are defined by the static Atoms variable defined on the subclasses.
Base Classes
Name |
Description |
Interface for accelerator table entry data used by AccelTable. |
Types
Name |
Description |
Column descriptor for an Apple accelerator table entry. |
Member Functions
Static Member Functions
Name |
Description |
Hash |
Protected Member Functions
Name |
Description |
|
Return a stable ordering key used when sorting entries. |
Derived Classes
Name |
Description |
Accelerator table data implementation for simple Apple accelerator tables with just a DIE reference. |
|
Accelerator table data implementation for simple Apple accelerator tables with a DIE offset but no actual DIE pointer. |
Created with MrDocs