Searched defs:CIEKey (Results 1 – 1 of 1) sorted by relevance
1771 struct CIEKey { struct1772 static const CIEKey getEmptyKey() { in getEmptyKey()1777 static const CIEKey getTombstoneKey() { in getTombstoneKey()1782 CIEKey(const MCSymbol *Personality, unsigned PersonalityEncoding, in CIEKey() argument1790 explicit CIEKey(const MCDwarfFrameInfo &Frame) in CIEKey() argument1798 StringRef PersonalityName() const { in PersonalityName()1804 bool operator<(const CIEKey &Other) const { in operator <()1814 const MCSymbol *Personality;1815 unsigned PersonalityEncoding;1816 unsigned LsdaEncoding;[all …]