LLVM 20.0.0git
|
Interface which the different types of accelerator table data have to conform. More...
#include "llvm/CodeGen/AccelTable.h"
Public Member Functions | |
virtual | ~AccelTableData ()=default |
bool | operator< (const AccelTableData &Other) const |
virtual void | print (raw_ostream &OS) const =0 |
Protected Member Functions | |
virtual uint64_t | order () const =0 |
Interface which the different types of accelerator table data have to conform.
It serves as a base class for different values of the template argument of the AccelTable class template.
Definition at line 114 of file AccelTable.h.
|
virtualdefault |
|
inline |
Definition at line 118 of file AccelTable.h.
References order(), and llvm::Other.
|
protectedpure virtual |
Implemented in llvm::DWARF5AccelTableData, llvm::AppleAccelTableOffsetData, llvm::AppleAccelTableStaticOffsetData, and llvm::AppleAccelTableStaticTypeData.
Referenced by operator<().
|
pure virtual |