LLVM API Documentation

llvm::OnDiskChainedHashTable< Info > Member List
This is the complete list of members for llvm::OnDiskChainedHashTable< Info >, including all inherited members.
Create(const unsigned char *Buckets, const unsigned char *const Base, const Info &InfoObj=Info())llvm::OnDiskChainedHashTable< Info > [inline, static]
data_type typedefllvm::OnDiskChainedHashTable< Info >
end() const llvm::OnDiskChainedHashTable< Info > [inline]
external_key_type typedefllvm::OnDiskChainedHashTable< Info >
find(const external_key_type &EKey, Info *InfoPtr=0)llvm::OnDiskChainedHashTable< Info > [inline]
getBase() const llvm::OnDiskChainedHashTable< Info > [inline]
getBuckets() const llvm::OnDiskChainedHashTable< Info > [inline]
getInfoObj()llvm::OnDiskChainedHashTable< Info > [inline]
getNumBuckets() const llvm::OnDiskChainedHashTable< Info > [inline]
getNumEntries() const llvm::OnDiskChainedHashTable< Info > [inline]
hash_value_type typedefllvm::OnDiskChainedHashTable< Info >
internal_key_type typedefllvm::OnDiskChainedHashTable< Info >
isEmpty() const llvm::OnDiskChainedHashTable< Info > [inline]
offset_type typedefllvm::OnDiskChainedHashTable< Info >
OnDiskChainedHashTable(offset_type NumBuckets, offset_type NumEntries, const unsigned char *Buckets, const unsigned char *Base, const Info &InfoObj=Info())llvm::OnDiskChainedHashTable< Info > [inline]