LLVM: llvm::AccelTableData Class Reference (original) (raw)
Interface which the different types of accelerator table data have to conform. More...
#include "[llvm/CodeGen/AccelTable.h](AccelTable%5F8h%5Fsource.html)"
Inheritance diagram for llvm::AccelTableData:
Detailed Description
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 115 of file AccelTable.h.
Constructor & Destructor Documentation
| virtual llvm::AccelTableData::~AccelTableData ( ) | virtualdefault |
|---|
Member Function Documentation
◆ operator<()
◆ order()
| virtual uint64_t llvm::AccelTableData::order ( ) const | protectedpure virtual |
|---|
◆ print()
| virtual void llvm::AccelTableData::print ( raw_ostream & OS) const | pure virtual |
|---|
The documentation for this class was generated from the following file:
- include/llvm/CodeGen/AccelTable.h