LLVM API Documentation
Static Public Member Functions | |
static CIEKey | getEmptyKey () |
static CIEKey | getTombstoneKey () |
static unsigned | getHashValue (const CIEKey &Key) |
static bool | isEqual (const CIEKey &LHS, const CIEKey &RHS) |
Definition at line 1443 of file MCDwarf.cpp.
static CIEKey llvm::DenseMapInfo< CIEKey >::getEmptyKey | ( | ) | [inline, static] |
Definition at line 1444 of file MCDwarf.cpp.
static unsigned llvm::DenseMapInfo< CIEKey >::getHashValue | ( | const CIEKey & | Key | ) | [inline, static] |
Definition at line 1450 of file MCDwarf.cpp.
References llvm::hash_combine().
static CIEKey llvm::DenseMapInfo< CIEKey >::getTombstoneKey | ( | ) | [inline, static] |
Definition at line 1447 of file MCDwarf.cpp.
static bool llvm::DenseMapInfo< CIEKey >::isEqual | ( | const CIEKey & | LHS, |
const CIEKey & | RHS | ||
) | [inline, static] |
Definition at line 1457 of file MCDwarf.cpp.