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