Home
last modified time | relevance | path

Searched defs:CIEKey (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
H A DMCDwarf.cpp1771 struct CIEKey { struct
1772 static const CIEKey getEmptyKey() { in getEmptyKey()
1777 static const CIEKey getTombstoneKey() { in getTombstoneKey()
1782 CIEKey(const MCSymbol *Personality, unsigned PersonalityEncoding, in CIEKey() argument
1790 explicit CIEKey(const MCDwarfFrameInfo &Frame) in CIEKey() function
1798 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 …]
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCDwarf.cpp1748 struct CIEKey { struct
1749 static const CIEKey getEmptyKey() { in getEmptyKey()
1754 static const CIEKey getTombstoneKey() { in getTombstoneKey()
1759 CIEKey(const MCSymbol *Personality, unsigned PersonalityEncoding, in CIEKey() argument
1766 explicit CIEKey(const MCDwarfFrameInfo &Frame) in CIEKey() argument
1773 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 …]
/aosp_15_r20/external/llvm/lib/MC/
H A DMCDwarf.cpp1446 struct CIEKey { struct
1447 static const CIEKey getEmptyKey() { in getEmptyKey()
1450 static const CIEKey getTombstoneKey() { in getTombstoneKey()
1454 CIEKey(const MCSymbol *Personality, unsigned PersonalityEncoding, in CIEKey() function
1459 const MCSymbol *Personality;
1460 unsigned PersonalityEncoding;
1461 unsigned LsdaEncoding;
1462 bool IsSignalFrame;
1463 bool IsSimple;