Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCDwarf.cpp1725 struct CIEKey { struct
1726 static const CIEKey getEmptyKey() { in getEmptyKey()
1730 static const CIEKey getTombstoneKey() { in getTombstoneKey()
1734 CIEKey(const MCSymbol *Personality, unsigned PersonalityEncoding, in CIEKey() function
1741 explicit CIEKey(const MCDwarfFrameInfo &Frame) in CIEKey() argument
1747 const MCSymbol *Personality;
1748 unsigned PersonalityEncoding;
1749 unsigned LsdaEncoding;
1750 bool IsSignalFrame;
1751 bool IsSimple;
[all …]
/external/swiftshader/third_party/LLVM/lib/MC/
DMCDwarf.cpp969 struct CIEKey { struct
970 static const CIEKey getEmptyKey() { return CIEKey(0, 0, -1); } in getEmptyKey()
971 static const CIEKey getTombstoneKey() { return CIEKey(0, -1, 0); } in getTombstoneKey()
973 CIEKey(const MCSymbol* Personality_, unsigned PersonalityEncoding_, in CIEKey() argument
978 const MCSymbol* Personality;
979 unsigned PersonalityEncoding;
980 unsigned LsdaEncoding;
/external/llvm/lib/MC/
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;