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

Static Public Member Functions

static VTableSlot getEmptyKey ()
 
static VTableSlot getTombstoneKey ()
 
static unsigned getHashValue (const VTableSlot &I)
 
static bool isEqual (const VTableSlot &LHS, const VTableSlot &RHS)
 

Detailed Description

Definition at line 331 of file WholeProgramDevirt.cpp.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 332 of file WholeProgramDevirt.cpp.

◆ getHashValue()

static unsigned llvm::DenseMapInfo< VTableSlot >::getHashValue ( const VTableSlot &  I)
inlinestatic

Definition at line 340 of file WholeProgramDevirt.cpp.

References I.

◆ getTombstoneKey()

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

Definition at line 336 of file WholeProgramDevirt.cpp.

◆ isEqual()

static bool llvm::DenseMapInfo< VTableSlot >::isEqual ( const VTableSlot &  LHS,
const VTableSlot &  RHS 
)
inlinestatic

Definition at line 344 of file WholeProgramDevirt.cpp.

References LHS, and RHS.


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