LLVM
8.0.1
|
Accelerator table data implementation for simple Apple accelerator tables with a DIE offset but no actual DIE pointer. More...
#include "llvm/CodeGen/AccelTable.h"
Public Member Functions | |
AppleAccelTableStaticOffsetData (uint32_t Offset) | |
void | emit (AsmPrinter *Asm) const override |
void | print (raw_ostream &OS) const override |
Public Member Functions inherited from llvm::AccelTableData | |
virtual | ~AccelTableData ()=default |
bool | operator< (const AccelTableData &Other) const |
Static Public Attributes | |
static constexpr Atom | Atoms [] |
Protected Member Functions | |
uint64_t | order () const override |
Protected Attributes | |
uint32_t | Offset |
Additional Inherited Members | |
Static Public Member Functions inherited from llvm::AppleAccelTableData | |
static uint32_t | hash (StringRef Buffer) |
Accelerator table data implementation for simple Apple accelerator tables with a DIE offset but no actual DIE pointer.
Definition at line 373 of file AccelTable.h.
|
inline |
Definition at line 375 of file AccelTable.h.
|
overridevirtual |
Implements llvm::AppleAccelTableData.
Reimplemented in llvm::AppleAccelTableStaticTypeData.
Definition at line 607 of file AccelTable.cpp.
References llvm::AsmPrinter::emitInt32().
|
inlineoverrideprotectedvirtual |
Implements llvm::AccelTableData.
Reimplemented in llvm::AppleAccelTableStaticTypeData.
Definition at line 392 of file AccelTable.h.
|
overridevirtual |
Implements llvm::AccelTableData.
Reimplemented in llvm::AppleAccelTableStaticTypeData.
Definition at line 722 of file AccelTable.cpp.
|
static |
Definition at line 381 of file AccelTable.h.
Referenced by llvm::AppleAccelTableStaticTypeData::emit().
|
protected |
Definition at line 394 of file AccelTable.h.