llvm::StringMapImpl::ItemBucket Struct Reference

ItemBucket - The hash table consists of an array of these. More...

#include <StringMap.h>

List of all members.

Public Attributes

unsigned FullHashValue
 FullHashValue - This remembers the full hash value of the key for easy scanning.
StringMapEntryBaseItem
 Item - This is a pointer to the actual item object.

Detailed Description

ItemBucket - The hash table consists of an array of these.

If Item is non-null, this is an extant entry, otherwise, it is a hole.


Member Data Documentation

FullHashValue - This remembers the full hash value of the key for easy scanning.

Item - This is a pointer to the actual item object.


The documentation for this struct was generated from the following file:

Generated on 2 Nov 2013 for Galois by  doxygen 1.6.1