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