Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/MC/
H A DMCDwarf.cpp1732 struct CIEKey { struct
1733 static const CIEKey getEmptyKey() { in getEmptyKey() argument
1738 static const CIEKey getTombstoneKey() { in getTombstoneKey() argument
1750 explicit CIEKey(const MCDwarfFrameInfo &Frame) in CIEKey() function
1770 template <> struct DenseMapInfo<CIEKey> {
1771 static CIEKey getEmptyKey() { return CIEKey::getEmptyKey(); } in getEmptyKey()
1772 static CIEKey getTombstoneKey() { return CIEKey::getTombstoneKey(); } in getTombstoneKey()
1774 static unsigned getHashValue(const CIEKey &Key) { in getHashValue()
1780 static bool isEqual(const CIEKey &LHS, const CIEKey &RHS) { in isEqual()
1830 DenseMap<CIEKey, const MCSymbol *> CIEStarts; in Emit()
[all …]