Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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() argument
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 …]