Searched refs:CIEKey (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/MC/ |
D | MCDwarf.cpp | 1424 struct CIEKey { struct 1425 static const CIEKey getEmptyKey() { in getEmptyKey() argument 1426 return CIEKey(nullptr, 0, -1, false, false); in getEmptyKey() 1428 static const CIEKey getTombstoneKey() { in getTombstoneKey() argument 1429 return CIEKey(nullptr, -1, 0, false, false); in getTombstoneKey() 1432 CIEKey(const MCSymbol *Personality_, unsigned PersonalityEncoding_, in CIEKey() function 1447 struct DenseMapInfo<CIEKey> { 1448 static CIEKey getEmptyKey() { in getEmptyKey() 1449 return CIEKey::getEmptyKey(); in getEmptyKey() 1451 static CIEKey getTombstoneKey() { in getTombstoneKey() [all …]
|