LLVM 22.0.0git
llvm::DenseMapInfo< SlotWithTag > Struct Reference
Inheritance diagram for llvm::DenseMapInfo< SlotWithTag >:
[legend]

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 209 of file AArch64StackTaggingPreRA.cpp.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 210 of file AArch64StackTaggingPreRA.cpp.

◆ getHashValue()

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

Definition at line 212 of file AArch64StackTaggingPreRA.cpp.

References llvm::hash_combine().

◆ getTombstoneKey()

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

Definition at line 211 of file AArch64StackTaggingPreRA.cpp.

◆ isEqual()

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

Definition at line 216 of file AArch64StackTaggingPreRA.cpp.

References A(), and B().


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