Home
last modified time | relevance | path

Searched refs:CIEKey (Results 1 – 2 of 2) 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 …]