A base class holding non‐template‐dependant functionality of the AccelTable class. Clients should not use this class directly but rather instantiate AccelTable with a type derived from AccelTableData.
Synopsis
Declared in <llvm/CodeGen/AccelTable.h>
class AccelTableBase;
Types
Name |
Description |
Represents a group of entries with identical name (and hence, hash value). |
Type Aliases
Name |
Member Functions
Name |
Description |
|
Copy constructor |
|
|
Protected Type Aliases
Name |
Protected Member Functions
Name |
Description |
|
Construct from |
Protected Data Members
Name |
Description |
Allocator for HashData and Values. |
|
Derived Classes
Name |
Description |
This class holds an abstract representation of an Accelerator Table, consisting of a sequence of buckets, each bucket containint a sequence of HashData entries. The class is parameterized by the type of entries it holds. The type template parameter also defines the hash function to use for hashing names. |
Created with MrDocs