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

Static Public Member Functions

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

Detailed Description

Definition at line 350 of file WholeProgramDevirt.cpp.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 351 of file WholeProgramDevirt.cpp.

◆ getHashValue()

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

Definition at line 359 of file WholeProgramDevirt.cpp.

References I.

◆ getTombstoneKey()

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

Definition at line 355 of file WholeProgramDevirt.cpp.

◆ isEqual()

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

Definition at line 363 of file WholeProgramDevirt.cpp.

References LHS, and RHS.


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