LLVM API Documentation
#include <DenseMapInfo.h>
Static Public Member Functions | |
| static char | getEmptyKey () |
| static char | getTombstoneKey () |
| static unsigned | getHashValue (const char &Val) |
| static bool | isEqual (const char &LHS, const char &RHS) |
Definition at line 51 of file DenseMapInfo.h.
| static char llvm::DenseMapInfo< char >::getEmptyKey | ( | ) | [inline, static] |
Definition at line 52 of file DenseMapInfo.h.
| static unsigned llvm::DenseMapInfo< char >::getHashValue | ( | const char & | Val | ) | [inline, static] |
Definition at line 54 of file DenseMapInfo.h.
| static char llvm::DenseMapInfo< char >::getTombstoneKey | ( | ) | [inline, static] |
Definition at line 53 of file DenseMapInfo.h.
| static bool llvm::DenseMapInfo< char >::isEqual | ( | const char & | LHS, |
| const char & | RHS | ||
| ) | [inline, static] |
Definition at line 55 of file DenseMapInfo.h.