LLVM: llvm::DenseMapInfo< VTableSlot > Struct Reference (original) (raw)

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

Member Function Documentation

getEmptyKey()

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

Definition at line 386 of file WholeProgramDevirt.cpp.

getHashValue()

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

Definition at line 394 of file WholeProgramDevirt.cpp.

References I.

getTombstoneKey()

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

Definition at line 390 of file WholeProgramDevirt.cpp.

isEqual()

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

Definition at line 398 of file WholeProgramDevirt.cpp.


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