Searched refs:CIEKey (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
| H A D | MCDwarf.cpp | 1777 struct CIEKey { struct 1778 static const CIEKey getEmptyKey() { in getEmptyKey() argument 1779 return CIEKey(nullptr, 0, -1, false, false, static_cast<unsigned>(INT_MAX), in getEmptyKey() 1783 static const CIEKey getTombstoneKey() { in getTombstoneKey() argument 1784 return CIEKey(nullptr, -1, 0, false, false, static_cast<unsigned>(INT_MAX), in getTombstoneKey() 1788 CIEKey(const MCSymbol *Personality, unsigned PersonalityEncoding, in CIEKey() argument 1795 explicit CIEKey(const MCDwarfFrameInfo &Frame) in CIEKey() function 1808 bool operator<(const CIEKey &Other) const { in operator <() argument 1829 template <> struct DenseMapInfo<CIEKey> { 1830 static CIEKey getEmptyKey() { return CIEKey::getEmptyKey(); } in getEmptyKey() [all …]
|