Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp1782 struct CIEKey { struct
1785 explicit CIEKey(const MCDwarfFrameInfo &Frame) in CIEKey() function
1793 StringRef PersonalityName() const { in PersonalityName()
1799 bool operator<(const CIEKey &Other) const { in operator <()
1809 bool operator==(const CIEKey &Other) const { in operator ==()
1817 bool operator!=(const CIEKey &Other) const { return !(*this == Other); } in operator !=()
1819 const MCSymbol *Personality = nullptr;
1820 unsigned PersonalityEncoding = 0;
1821 unsigned LsdaEncoding = -1;
1822 bool IsSignalFrame = false;
[all …]