Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp110 using TOCKey = std::pair<const MCSymbol *, PPCMCExpr::Specifier>; typedef
112 static inline TOCKey getEmptyKey() { return {nullptr, PPC::S_None}; } in getEmptyKey()
113 static inline TOCKey getTombstoneKey() { in getTombstoneKey()
116 static unsigned getHashValue(const TOCKey &PairVal) { in getHashValue()
121 static bool isEqual(const TOCKey &A, const TOCKey &B) { return A == B; } in isEqual()