LLVM 20.0.0git
|
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 |
virtual void | emit (AsmPrinter *Asm) const =0 |
Public Member Functions inherited from llvm::AccelTableData | |
virtual | ~AccelTableData ()=default |
bool | operator< (const AccelTableData &Other) const |
virtual void | print (raw_ostream &OS) const =0 |
Static Public Attributes | |
static constexpr Atom | Atoms [] |
Protected Member Functions | |
uint64_t | order () const override |
virtual uint64_t | order () const =0 |
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 508 of file AccelTable.h.
|
inline |
Definition at line 510 of file AccelTable.h.
|
overridevirtual |
Implements llvm::AppleAccelTableData.
Reimplemented in llvm::AppleAccelTableStaticTypeData.
Definition at line 737 of file AccelTable.cpp.
References Offset.
|
inlineoverrideprotectedvirtual |
Implements llvm::AccelTableData.
Reimplemented in llvm::AppleAccelTableStaticTypeData.
Definition at line 521 of file AccelTable.h.
References Offset.
|
overridevirtual |
Implements llvm::AccelTableData.
Reimplemented in llvm::AppleAccelTableStaticTypeData.
Definition at line 827 of file AccelTable.cpp.
References llvm::Offset, and OS.
|
staticconstexpr |
Definition at line 514 of file AccelTable.h.
|
protected |
Definition at line 523 of file AccelTable.h.
Referenced by emit(), llvm::AppleAccelTableStaticTypeData::emit(), order(), and llvm::AppleAccelTableStaticTypeData::order().