Searched defs:CIEKey (Results 1 – 3 of 3) 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() function1798 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 …]
1748 struct CIEKey { struct1749 static const CIEKey getEmptyKey() { in getEmptyKey()1754 static const CIEKey getTombstoneKey() { in getTombstoneKey()1759 CIEKey(const MCSymbol *Personality, unsigned PersonalityEncoding, in CIEKey() argument1766 explicit CIEKey(const MCDwarfFrameInfo &Frame) in CIEKey() argument1773 StringRef PersonalityName() const { in PersonalityName()1779 bool operator<(const CIEKey &Other) const { in operator <()1787 const MCSymbol *Personality;1788 unsigned PersonalityEncoding;1789 unsigned LsdaEncoding;[all …]
1446 struct CIEKey { struct1447 static const CIEKey getEmptyKey() { in getEmptyKey()1450 static const CIEKey getTombstoneKey() { in getTombstoneKey()1454 CIEKey(const MCSymbol *Personality, unsigned PersonalityEncoding, in CIEKey() function1459 const MCSymbol *Personality;1460 unsigned PersonalityEncoding;1461 unsigned LsdaEncoding;1462 bool IsSignalFrame;1463 bool IsSimple;