Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/
H A DMCDwarf.cpp1777 struct CIEKey { struct
1778 static const CIEKey getEmptyKey() { in getEmptyKey()
1783 static const CIEKey getTombstoneKey() { in getTombstoneKey()
1788 CIEKey(const MCSymbol *Personality, unsigned PersonalityEncoding, in CIEKey() function
1795 explicit CIEKey(const MCDwarfFrameInfo &Frame) in CIEKey() function
1802 StringRef PersonalityName() const { in PersonalityName()
1808 bool operator<(const CIEKey &Other) const { in operator <()
1816 const MCSymbol *Personality;
1817 unsigned PersonalityEncoding;
1818 unsigned LsdaEncoding;
[all …]