LLVM API Documentation

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Types | Static Public Member Functions | List of all members
llvm::DenseMapInfo< AssertingVH< T > > Struct Template Reference

#include <ValueHandle.h>

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 240 of file ValueHandle.h.

Member Typedef Documentation

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

Definition at line 241 of file ValueHandle.h.

Member Function Documentation

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

Definition at line 242 of file ValueHandle.h.

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

Definition at line 248 of file ValueHandle.h.

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

Definition at line 245 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 251 of file ValueHandle.h.


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