LLVM  8.0.1
Static Public Member Functions | List of all members
llvm::DenseMapInfo< VTableSlot > Struct Template 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

template<>
struct llvm::DenseMapInfo< VTableSlot >

Definition at line 250 of file WholeProgramDevirt.cpp.

Member Function Documentation

◆ getEmptyKey()

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

Definition at line 251 of file WholeProgramDevirt.cpp.

◆ getHashValue()

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

Definition at line 259 of file WholeProgramDevirt.cpp.

◆ getTombstoneKey()

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

Definition at line 255 of file WholeProgramDevirt.cpp.

◆ isEqual()

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

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