LLVM: llvm::AccelTable< DataT > Class Template Reference (original) (raw)

This class holds an abstract representation of an Accelerator Table, consisting of a sequence of buckets, each bucket containint a sequence of HashData entries. More...

template
class llvm::AccelTable< DataT >

This class holds an abstract representation of an Accelerator Table, consisting of a sequence of buckets, each bucket containint a sequence of HashData entries.

User of DwarfEmitterImpl should call initialization code for AsmPrinter:

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.

InitializeAllTargetInfos(); InitializeAllTargetMCs(); InitializeAllTargets(); InitializeAllAsmPrinters();

Definition at line 202 of file AccelTable.h.