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

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 377 of file WholeProgramDevirt.cpp.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 378 of file WholeProgramDevirt.cpp.

◆ getHashValue()

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

Definition at line 386 of file WholeProgramDevirt.cpp.

References I.

◆ getTombstoneKey()

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

Definition at line 382 of file WholeProgramDevirt.cpp.

◆ isEqual()

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

Definition at line 390 of file WholeProgramDevirt.cpp.


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