LLVM  4.0.0
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 204 of file WholeProgramDevirt.cpp.

Member Function Documentation

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

Definition at line 205 of file WholeProgramDevirt.cpp.

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

Definition at line 213 of file WholeProgramDevirt.cpp.

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

Definition at line 209 of file WholeProgramDevirt.cpp.

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

Definition at line 217 of file WholeProgramDevirt.cpp.


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