Searched refs:CIEKey (Results 1 – 1 of 1) sorted by relevance
1774 struct CIEKey { struct1775 static const CIEKey getEmptyKey() { in getEmptyKey() argument1780 static const CIEKey getTombstoneKey() { in getTombstoneKey() argument1805 bool operator<(const CIEKey &Other) const { in operator <() argument1826 template <> struct DenseMapInfo<CIEKey> {1827 static CIEKey getEmptyKey() { return CIEKey::getEmptyKey(); } in getEmptyKey()1828 static CIEKey getTombstoneKey() { return CIEKey::getTombstoneKey(); } in getTombstoneKey()1836 static bool isEqual(const CIEKey &LHS, const CIEKey &RHS) { in isEqual()1885 DenseMap<CIEKey, const MCSymbol *> CIEStarts; in Emit()1896 return CIEKey(X) < CIEKey(Y); in Emit()[all …]