LLVM API Documentation
#include <DenseMapInfo.h>
Static Public Member Functions | |
static T * | getEmptyKey () |
static T * | getTombstoneKey () |
static unsigned | getHashValue (const T *PtrVal) |
static bool | isEqual (const T *LHS, const T *RHS) |
Definition at line 32 of file DenseMapInfo.h.
static T* llvm::DenseMapInfo< T * >::getEmptyKey | ( | ) | [inline, static] |
Definition at line 33 of file DenseMapInfo.h.
static unsigned llvm::DenseMapInfo< T * >::getHashValue | ( | const T * | PtrVal | ) | [inline, static] |
Definition at line 43 of file DenseMapInfo.h.
static T* llvm::DenseMapInfo< T * >::getTombstoneKey | ( | ) | [inline, static] |
Definition at line 38 of file DenseMapInfo.h.
static bool llvm::DenseMapInfo< T * >::isEqual | ( | const T * | LHS, |
const T * | RHS | ||
) | [inline, static] |
Definition at line 47 of file DenseMapInfo.h.