Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp1742 struct CIEKey { struct
1743 static const CIEKey getEmptyKey() { in getEmptyKey() argument
1748 static const CIEKey getTombstoneKey() { in getTombstoneKey() argument
1773 bool operator<(const CIEKey &Other) const { in operator <() argument
1794 template <> struct DenseMapInfo<CIEKey> {
1795 static CIEKey getEmptyKey() { return CIEKey::getEmptyKey(); } in getEmptyKey()
1796 static CIEKey getTombstoneKey() { return CIEKey::getTombstoneKey(); } in getTombstoneKey()
1804 static bool isEqual(const CIEKey &LHS, const CIEKey &RHS) { in isEqual()
1854 DenseMap<CIEKey, const MCSymbol *> CIEStarts; in Emit()
1865 return CIEKey(X) < CIEKey(Y); in Emit()
[all …]