Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
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() function
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 …]