LLVM API Documentation

Public Types | Static Public Member Functions
llvm::DenseMapInfo< ValueMapCallbackVH< KeyT, ValueT, Config > > Struct Template Reference

#include <ValueMap.h>

List of all members.

Public Types

typedef ValueMapCallbackVH
< KeyT, ValueT, Config > 
VH
typedef DenseMapInfo< KeyTPointerInfo

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 253 of file ValueMap.h.


Member Typedef Documentation

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

Definition at line 255 of file ValueMap.h.

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

Definition at line 254 of file ValueMap.h.


Member Function Documentation

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

Definition at line 257 of file ValueMap.h.

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

Definition at line 266 of file ValueMap.h.

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

Definition at line 260 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 
) [inline, static]

Definition at line 269 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 
) [inline, static]

Definition at line 272 of file ValueMap.h.

References llvm::ValueHandleBase::getValPtr().


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