LLVM API Documentation
#include <ValueHandle.h>
Public Types | |
typedef DenseMapInfo< T * > | PointerInfo |
Static Public Member Functions | |
static AssertingVH< T > | getEmptyKey () |
static T * | getTombstoneKey () |
static unsigned | getHashValue (const AssertingVH< T > &Val) |
static bool | isEqual (const AssertingVH< T > &LHS, const AssertingVH< T > &RHS) |
Definition at line 241 of file ValueHandle.h.
typedef DenseMapInfo<T*> llvm::DenseMapInfo< AssertingVH< T > >::PointerInfo |
Definition at line 242 of file ValueHandle.h.
static AssertingVH<T> llvm::DenseMapInfo< AssertingVH< T > >::getEmptyKey | ( | ) | [inline, static] |
Definition at line 243 of file ValueHandle.h.
static unsigned llvm::DenseMapInfo< AssertingVH< T > >::getHashValue | ( | const AssertingVH< T > & | Val | ) | [inline, static] |
Definition at line 249 of file ValueHandle.h.
static T* llvm::DenseMapInfo< AssertingVH< T > >::getTombstoneKey | ( | ) | [inline, static] |
Definition at line 246 of file ValueHandle.h.
static bool llvm::DenseMapInfo< AssertingVH< T > >::isEqual | ( | const AssertingVH< T > & | LHS, |
const AssertingVH< T > & | RHS | ||
) | [inline, static] |
Definition at line 253 of file ValueHandle.h.