LLVM 20.0.0git
|
Public Types | |
using | TOCKey = std::pair< const MCSymbol *, MCSymbolRefExpr::VariantKind > |
Static Public Member Functions | |
static TOCKey | getEmptyKey () |
static TOCKey | getTombstoneKey () |
static unsigned | getHashValue (const TOCKey &PairVal) |
static bool | isEqual (const TOCKey &A, const TOCKey &B) |
Definition at line 108 of file PPCAsmPrinter.cpp.
using llvm::DenseMapInfo< std::pair< const MCSymbol *, MCSymbolRefExpr::VariantKind > >::TOCKey = std::pair<const MCSymbol *, MCSymbolRefExpr::VariantKind> |
Definition at line 109 of file PPCAsmPrinter.cpp.
|
inlinestatic |
Definition at line 111 of file PPCAsmPrinter.cpp.
References llvm::MCSymbolRefExpr::VK_None.
|
inlinestatic |
Definition at line 117 of file PPCAsmPrinter.cpp.
References llvm::detail::combineHashValue().
|
inlinestatic |
Definition at line 114 of file PPCAsmPrinter.cpp.
References llvm::MCSymbolRefExpr::VK_Invalid.
|
inlinestatic |
Definition at line 122 of file PPCAsmPrinter.cpp.