LLVM 19.0.0git
Static Public Member Functions | List of all members
llvm::DenseMapInfo< SlotWithTag > Struct Reference

Static Public Member Functions

static SlotWithTag getEmptyKey ()
 
static SlotWithTag getTombstoneKey ()
 
static unsigned getHashValue (const SlotWithTag &V)
 
static bool isEqual (const SlotWithTag &A, const SlotWithTag &B)
 

Detailed Description

Definition at line 215 of file AArch64StackTaggingPreRA.cpp.

Member Function Documentation

◆ getEmptyKey()

static SlotWithTag llvm::DenseMapInfo< SlotWithTag >::getEmptyKey ( )
inlinestatic

Definition at line 216 of file AArch64StackTaggingPreRA.cpp.

◆ getHashValue()

static unsigned llvm::DenseMapInfo< SlotWithTag >::getHashValue ( const SlotWithTag &  V)
inlinestatic

Definition at line 218 of file AArch64StackTaggingPreRA.cpp.

References llvm::hash_combine().

◆ getTombstoneKey()

static SlotWithTag llvm::DenseMapInfo< SlotWithTag >::getTombstoneKey ( )
inlinestatic

Definition at line 217 of file AArch64StackTaggingPreRA.cpp.

◆ isEqual()

static bool llvm::DenseMapInfo< SlotWithTag >::isEqual ( const SlotWithTag &  A,
const SlotWithTag &  B 
)
inlinestatic

Definition at line 222 of file AArch64StackTaggingPreRA.cpp.

References A, and B.


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