LLVM API Documentation

Public Types | Static Public Member Functions
llvm::DenseMapInfo< AssertingVH< T > > Struct Template Reference

#include <ValueHandle.h>

List of all members.

Public Types

typedef DenseMapInfo< T * > PointerInfo

Static Public Member Functions

static AssertingVH< TgetEmptyKey ()
static TgetTombstoneKey ()
static unsigned getHashValue (const AssertingVH< T > &Val)
static bool isEqual (const AssertingVH< T > &LHS, const AssertingVH< T > &RHS)

Detailed Description

template<typename T>
struct llvm::DenseMapInfo< AssertingVH< T > >

Definition at line 241 of file ValueHandle.h.


Member Typedef Documentation

template<typename T >
typedef DenseMapInfo<T*> llvm::DenseMapInfo< AssertingVH< T > >::PointerInfo

Definition at line 242 of file ValueHandle.h.


Member Function Documentation

template<typename T >
static AssertingVH<T> llvm::DenseMapInfo< AssertingVH< T > >::getEmptyKey ( ) [inline, static]

Definition at line 243 of file ValueHandle.h.

template<typename T >
static unsigned llvm::DenseMapInfo< AssertingVH< T > >::getHashValue ( const AssertingVH< T > &  Val) [inline, static]

Definition at line 249 of file ValueHandle.h.

template<typename T >
static T* llvm::DenseMapInfo< AssertingVH< T > >::getTombstoneKey ( ) [inline, static]

Definition at line 246 of file ValueHandle.h.

template<typename T >
static bool llvm::DenseMapInfo< AssertingVH< T > >::isEqual ( const AssertingVH< T > &  LHS,
const AssertingVH< T > &  RHS 
) [inline, static]

Definition at line 253 of file ValueHandle.h.


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