Searched refs:CIEKey (Results 1 – 1 of 1) sorted by relevance
1742 struct CIEKey { struct1743 static const CIEKey getEmptyKey() { in getEmptyKey() argument1748 static const CIEKey getTombstoneKey() { in getTombstoneKey() argument1773 bool operator<(const CIEKey &Other) const { in operator <() argument1794 template <> struct DenseMapInfo<CIEKey> {1795 static CIEKey getEmptyKey() { return CIEKey::getEmptyKey(); } in getEmptyKey()1796 static CIEKey getTombstoneKey() { return CIEKey::getTombstoneKey(); } in getTombstoneKey()1804 static bool isEqual(const CIEKey &LHS, const CIEKey &RHS) { in isEqual()1854 DenseMap<CIEKey, const MCSymbol *> CIEStarts; in Emit()1865 return CIEKey(X) < CIEKey(Y); in Emit()[all …]