LLVM  4.0.0
Public Types | Static Public Member Functions | List of all members
llvm::DenseMapInfo< ValueMapCallbackVH< KeyT, ValueT, Config > > Struct Template Reference

#include <ValueMap.h>

Public Types

typedef ValueMapCallbackVH
< KeyT, ValueT, Config > 
VH
 

Static Public Member Functions

static VH getEmptyKey ()
 
static VH getTombstoneKey ()
 
static unsigned getHashValue (const VH &Val)
 
static unsigned getHashValue (const KeyT &Val)
 
static bool isEqual (const VH &LHS, const VH &RHS)
 
static bool isEqual (const KeyT &LHS, const VH &RHS)
 

Detailed Description

template<typename KeyT, typename ValueT, typename Config>
struct llvm::DenseMapInfo< ValueMapCallbackVH< KeyT, ValueT, Config > >

Definition at line 300 of file ValueMap.h.

Member Typedef Documentation

template<typename KeyT , typename ValueT , typename Config >
typedef ValueMapCallbackVH<KeyT, ValueT, Config> llvm::DenseMapInfo< ValueMapCallbackVH< KeyT, ValueT, Config > >::VH

Definition at line 301 of file ValueMap.h.

Member Function Documentation

template<typename KeyT , typename ValueT , typename Config >
static VH llvm::DenseMapInfo< ValueMapCallbackVH< KeyT, ValueT, Config > >::getEmptyKey ( )
inlinestatic

Definition at line 303 of file ValueMap.h.

template<typename KeyT , typename ValueT , typename Config >
static unsigned llvm::DenseMapInfo< ValueMapCallbackVH< KeyT, ValueT, Config > >::getHashValue ( const VH Val)
inlinestatic
template<typename KeyT , typename ValueT , typename Config >
static unsigned llvm::DenseMapInfo< ValueMapCallbackVH< KeyT, ValueT, Config > >::getHashValue ( const KeyT &  Val)
inlinestatic

Definition at line 315 of file ValueMap.h.

template<typename KeyT , typename ValueT , typename Config >
static VH llvm::DenseMapInfo< ValueMapCallbackVH< KeyT, ValueT, Config > >::getTombstoneKey ( )
inlinestatic

Definition at line 307 of file ValueMap.h.

template<typename KeyT , typename ValueT , typename Config >
static bool llvm::DenseMapInfo< ValueMapCallbackVH< KeyT, ValueT, Config > >::isEqual ( const VH LHS,
const VH RHS 
)
inlinestatic

Definition at line 319 of file ValueMap.h.

template<typename KeyT , typename ValueT , typename Config >
static bool llvm::DenseMapInfo< ValueMapCallbackVH< KeyT, ValueT, Config > >::isEqual ( const KeyT &  LHS,
const VH RHS 
)
inlinestatic

Definition at line 323 of file ValueMap.h.

References llvm::ValueHandleBase::getValPtr().


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