Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/MC/
H A DMCDwarf.cpp1774 struct CIEKey { struct
1775 static const CIEKey getEmptyKey() { in getEmptyKey() argument
1780 static const CIEKey getTombstoneKey() { in getTombstoneKey() argument
1805 bool operator<(const CIEKey &Other) const { in operator <() argument
1826 template <> struct DenseMapInfo<CIEKey> {
1827 static CIEKey getEmptyKey() { return CIEKey::getEmptyKey(); } in getEmptyKey()
1828 static CIEKey getTombstoneKey() { return CIEKey::getTombstoneKey(); } in getTombstoneKey()
1836 static bool isEqual(const CIEKey &LHS, const CIEKey &RHS) { in isEqual()
1885 DenseMap<CIEKey, const MCSymbol *> CIEStarts; in Emit()
1896 return CIEKey(X) < CIEKey(Y); in Emit()
[all …]