LLVM  4.0.0
Static Public Member Functions | List of all members
llvm::DenseMapInfo< AssertingVH< T > > Struct Template Reference

#include <ValueHandle.h>

Static Public Member Functions

static AssertingVH< TgetEmptyKey ()
 
static AssertingVH< 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 233 of file ValueHandle.h.

Member Function Documentation

template<typename T >
static AssertingVH<T> llvm::DenseMapInfo< AssertingVH< T > >::getEmptyKey ( )
inlinestatic

Definition at line 234 of file ValueHandle.h.

template<typename T >
static unsigned llvm::DenseMapInfo< AssertingVH< T > >::getHashValue ( const AssertingVH< T > &  Val)
inlinestatic

Definition at line 244 of file ValueHandle.h.

template<typename T >
static AssertingVH<T> llvm::DenseMapInfo< AssertingVH< T > >::getTombstoneKey ( )
inlinestatic

Definition at line 239 of file ValueHandle.h.

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

Definition at line 247 of file ValueHandle.h.

References isEqual().


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