Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp1773 struct CIEKey { struct
1774 static const CIEKey getEmptyKey() { in getEmptyKey() argument
1779 static const CIEKey getTombstoneKey() { in getTombstoneKey() argument
1806 bool operator<(const CIEKey &Other) const { in operator <() argument
1830 template <> struct DenseMapInfo<CIEKey> {
1831 static CIEKey getEmptyKey() { return CIEKey::getEmptyKey(); } in getEmptyKey()
1832 static CIEKey getTombstoneKey() { return CIEKey::getTombstoneKey(); } in getTombstoneKey()
1841 static bool isEqual(const CIEKey &LHS, const CIEKey &RHS) { in isEqual()
1895 DenseMap<CIEKey, const MCSymbol *> CIEStarts; in Emit()
1906 return CIEKey(X) < CIEKey(Y); in Emit()
[all …]