LLVM 19.0.0git
Public Types | Static Public Member Functions | List of all members
llvm::DenseMapInfo< std::pair< const MCSymbol *, MCSymbolRefExpr::VariantKind > > Struct Reference

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)
 

Detailed Description

Definition at line 108 of file PPCAsmPrinter.cpp.

Member Typedef Documentation

◆ TOCKey

Definition at line 109 of file PPCAsmPrinter.cpp.

Member Function Documentation

◆ getEmptyKey()

static TOCKey llvm::DenseMapInfo< std::pair< const MCSymbol *, MCSymbolRefExpr::VariantKind > >::getEmptyKey ( )
inlinestatic

Definition at line 111 of file PPCAsmPrinter.cpp.

References llvm::MCSymbolRefExpr::VK_None.

◆ getHashValue()

static unsigned llvm::DenseMapInfo< std::pair< const MCSymbol *, MCSymbolRefExpr::VariantKind > >::getHashValue ( const TOCKey PairVal)
inlinestatic

Definition at line 117 of file PPCAsmPrinter.cpp.

References llvm::detail::combineHashValue().

◆ getTombstoneKey()

static TOCKey llvm::DenseMapInfo< std::pair< const MCSymbol *, MCSymbolRefExpr::VariantKind > >::getTombstoneKey ( )
inlinestatic

Definition at line 114 of file PPCAsmPrinter.cpp.

References llvm::MCSymbolRefExpr::VK_Invalid.

◆ isEqual()

static bool llvm::DenseMapInfo< std::pair< const MCSymbol *, MCSymbolRefExpr::VariantKind > >::isEqual ( const TOCKey A,
const TOCKey B 
)
inlinestatic

Definition at line 122 of file PPCAsmPrinter.cpp.

References A, and B.


The documentation for this struct was generated from the following file: