class AppleAccelTableOffsetData
Declaration
class AppleAccelTableOffsetData : public AppleAccelTableData { /* full declaration omitted */ };
Description
Accelerator table data implementation for simple Apple accelerator tables with just a DIE reference.
Declared at: llvm/include/llvm/CodeGen/AccelTable.h:320
Inherits from: AppleAccelTableData
Member Variables
- protected const llvm::DIE& Die
- public static const llvm::AppleAccelTableData::Atom[1] Atoms = {llvm::AppleAccelTableData::Atom(dwarf::DW_ATOM_die_offset, dwarf::DW_FORM_data4)}
Method Overview
- public AppleAccelTableOffsetData(const llvm::DIE & D)
- public void emit(llvm::AsmPrinter * Asm) const
- protected uint64_t order() const
- public void print(llvm::raw_ostream & OS) const
Inherited from AppleAccelTableData:
Inherited from AccelTableData:
Methods
¶AppleAccelTableOffsetData(const llvm::DIE& D)
AppleAccelTableOffsetData(const llvm::DIE& D)
Declared at: llvm/include/llvm/CodeGen/AccelTable.h:322
Parameters
- const llvm::DIE& D
¶void emit(llvm::AsmPrinter* Asm) const
void emit(llvm::AsmPrinter* Asm) const
Declared at: llvm/include/llvm/CodeGen/AccelTable.h:324
Parameters
- llvm::AsmPrinter* Asm
¶uint64_t order() const
uint64_t order() const
Declared at: llvm/include/llvm/CodeGen/AccelTable.h:333
¶void print(llvm::raw_ostream& OS) const
void print(llvm::raw_ostream& OS) const
Declared at: llvm/include/llvm/CodeGen/AccelTable.h:330