Searched refs:TOCKey (Results 1 – 1 of 1) sorted by relevance
94 using TOCKey = std::pair<const MCSymbol *, MCSymbolRefExpr::VariantKind>; typedef96 static inline TOCKey getEmptyKey() { in getEmptyKey()99 static inline TOCKey getTombstoneKey() { in getTombstoneKey()102 static unsigned getHashValue(const TOCKey &PairVal) { in getHashValue()107 static bool isEqual(const TOCKey &A, const TOCKey &B) { return A == B; } in isEqual()