Searched refs:CIEKey (Results 1 – 1 of 1) sorted by relevance
1732 struct CIEKey { struct1733 static const CIEKey getEmptyKey() { in getEmptyKey() argument1738 static const CIEKey getTombstoneKey() { in getTombstoneKey() argument1750 explicit CIEKey(const MCDwarfFrameInfo &Frame) in CIEKey() function1770 template <> struct DenseMapInfo<CIEKey> {1771 static CIEKey getEmptyKey() { return CIEKey::getEmptyKey(); } in getEmptyKey()1772 static CIEKey getTombstoneKey() { return CIEKey::getTombstoneKey(); } in getTombstoneKey()1774 static unsigned getHashValue(const CIEKey &Key) { in getHashValue()1780 static bool isEqual(const CIEKey &LHS, const CIEKey &RHS) { in isEqual()1830 DenseMap<CIEKey, const MCSymbol *> CIEStarts; in Emit()[all …]