Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCAsmPrinter.cpp88 using TOCKey = std::pair<const MCSymbol *, MCSymbolRefExpr::VariantKind>; typedef
90 static inline TOCKey getEmptyKey() { in getEmptyKey()
93 static inline TOCKey getTombstoneKey() { in getTombstoneKey()
96 static unsigned getHashValue(const TOCKey &PairVal) { in getHashValue()
101 static bool isEqual(const TOCKey &A, const TOCKey &B) { return A == B; } in isEqual()