Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/MC/
DMCDwarf.cpp969 struct CIEKey { struct
970 static const CIEKey getEmptyKey() { return CIEKey(0, 0, -1); } in getEmptyKey() argument
971 static const CIEKey getTombstoneKey() { return CIEKey(0, -1, 0); } in getTombstoneKey() argument
973 CIEKey(const MCSymbol* Personality_, unsigned PersonalityEncoding_, in CIEKey() argument
986 struct DenseMapInfo<CIEKey> {
987 static CIEKey getEmptyKey() { in getEmptyKey()
988 return CIEKey::getEmptyKey(); in getEmptyKey()
990 static CIEKey getTombstoneKey() { in getTombstoneKey()
991 return CIEKey::getTombstoneKey(); in getTombstoneKey()
993 static unsigned getHashValue(const CIEKey &Key) { in getHashValue()
[all …]
/external/llvm/lib/MC/
DMCDwarf.cpp1446 struct CIEKey { struct
1447 static const CIEKey getEmptyKey() { in getEmptyKey() argument
1448 return CIEKey(nullptr, 0, -1, false, false); in getEmptyKey()
1450 static const CIEKey getTombstoneKey() { in getTombstoneKey() argument
1451 return CIEKey(nullptr, -1, 0, false, false); in getTombstoneKey()
1454 CIEKey(const MCSymbol *Personality, unsigned PersonalityEncoding, in CIEKey() function
1468 template <> struct DenseMapInfo<CIEKey> {
1469 static CIEKey getEmptyKey() { return CIEKey::getEmptyKey(); } in getEmptyKey()
1470 static CIEKey getTombstoneKey() { return CIEKey::getTombstoneKey(); } in getTombstoneKey()
1471 static unsigned getHashValue(const CIEKey &Key) { in getHashValue()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/MC/
DMCDwarf.cpp1725 struct CIEKey { struct
1726 static const CIEKey getEmptyKey() { in getEmptyKey() argument
1727 return CIEKey(nullptr, 0, -1, false, false, static_cast<unsigned>(INT_MAX)); in getEmptyKey()
1730 static const CIEKey getTombstoneKey() { in getTombstoneKey() argument
1731 return CIEKey(nullptr, -1, 0, false, false, static_cast<unsigned>(INT_MAX)); in getTombstoneKey()
1734 CIEKey(const MCSymbol *Personality, unsigned PersonalityEncoding, in CIEKey() function
1741 explicit CIEKey(const MCDwarfFrameInfo &Frame) in CIEKey() argument
1759 template <> struct DenseMapInfo<CIEKey> {
1760 static CIEKey getEmptyKey() { return CIEKey::getEmptyKey(); } in getEmptyKey()
1761 static CIEKey getTombstoneKey() { return CIEKey::getTombstoneKey(); } in getTombstoneKey()
[all …]