Searched refs:CIEKey (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | MCDwarf.cpp | 1771 struct CIEKey { struct 1772 static const CIEKey getEmptyKey() { in getEmptyKey() argument 1773 return CIEKey(nullptr, 0, -1, false, false, static_cast<unsigned>(INT_MAX), in getEmptyKey() 1777 static const CIEKey getTombstoneKey() { in getTombstoneKey() argument 1778 return CIEKey(nullptr, -1, 0, false, false, static_cast<unsigned>(INT_MAX), in getTombstoneKey() 1782 CIEKey(const MCSymbol *Personality, unsigned PersonalityEncoding, in CIEKey() function 1790 explicit CIEKey(const MCDwarfFrameInfo &Frame) in CIEKey() function 1804 bool operator<(const CIEKey &Other) const { in operator <() argument 1828 template <> struct DenseMapInfo<CIEKey> { 1829 static CIEKey getEmptyKey() { return CIEKey::getEmptyKey(); } in getEmptyKey() [all …]
|