Lines Matching refs:CIEKey
969 struct CIEKey { struct
970 static const CIEKey getEmptyKey() { return CIEKey(0, 0, -1); } in getEmptyKey() argument
971 static const CIEKey getTombstoneKey() { return CIEKey(0, -1, 0); } in getTombstoneKey() argument
973 CIEKey(const MCSymbol* Personality_, unsigned PersonalityEncoding_, in CIEKey() argument
986 struct DenseMapInfo<CIEKey> {
987 static CIEKey getEmptyKey() { in getEmptyKey()
988 return CIEKey::getEmptyKey(); in getEmptyKey()
990 static CIEKey getTombstoneKey() { in getTombstoneKey()
991 return CIEKey::getTombstoneKey(); in getTombstoneKey()
993 static unsigned getHashValue(const CIEKey &Key) { in getHashValue()
1000 static bool isEqual(const CIEKey &LHS, in isEqual()
1001 const CIEKey &RHS) { in isEqual()
1036 DenseMap<CIEKey, const MCSymbol*> CIEStarts; in Emit()
1041 CIEKey Key(Frame.Personality, Frame.PersonalityEncoding, in Emit()