LLVM API Documentation
#include <DenseMapInfo.h>
Static Public Member Functions | |
| static unsigned long | getEmptyKey () |
| static unsigned long | getTombstoneKey () |
| static unsigned | getHashValue (const unsigned long &Val) |
| static bool | isEqual (const unsigned long &LHS, const unsigned long &RHS) |
Definition at line 71 of file DenseMapInfo.h.
| static unsigned long llvm::DenseMapInfo< unsigned long >::getEmptyKey | ( | ) | [inline, static] |
Definition at line 72 of file DenseMapInfo.h.
| static unsigned llvm::DenseMapInfo< unsigned long >::getHashValue | ( | const unsigned long & | Val | ) | [inline, static] |
Definition at line 74 of file DenseMapInfo.h.
| static unsigned long llvm::DenseMapInfo< unsigned long >::getTombstoneKey | ( | ) | [inline, static] |
Definition at line 73 of file DenseMapInfo.h.
| static bool llvm::DenseMapInfo< unsigned long >::isEqual | ( | const unsigned long & | LHS, |
| const unsigned long & | RHS | ||
| ) | [inline, static] |
Definition at line 77 of file DenseMapInfo.h.