Searched refs:CIEKey (Results 1 – 1 of 1) sorted by relevance
1773 struct CIEKey { struct1774 static const CIEKey getEmptyKey() { in getEmptyKey() argument1779 static const CIEKey getTombstoneKey() { in getTombstoneKey() argument1806 bool operator<(const CIEKey &Other) const { in operator <() argument1830 template <> struct DenseMapInfo<CIEKey> {1831 static CIEKey getEmptyKey() { return CIEKey::getEmptyKey(); } in getEmptyKey()1832 static CIEKey getTombstoneKey() { return CIEKey::getTombstoneKey(); } in getTombstoneKey()1841 static bool isEqual(const CIEKey &LHS, const CIEKey &RHS) { in isEqual()1895 DenseMap<CIEKey, const MCSymbol *> CIEStarts; in Emit()1906 return CIEKey(X) < CIEKey(Y); in Emit()[all …]