LLVM  3.7.0
Public Types | Static Public Member Functions | List of all members
llvm::DenseMapInfo< PointerUnion< T, U > > Struct Template Reference

#include <PointerUnion.h>

Public Types

typedef PointerUnion< T, U > Pair
 
typedef DenseMapInfo< TFirstInfo
 
typedef DenseMapInfo< U > SecondInfo
 

Static Public Member Functions

static Pair getEmptyKey ()
 
static Pair getTombstoneKey ()
 
static unsigned getHashValue (const Pair &PairVal)
 
static bool isEqual (const Pair &LHS, const Pair &RHS)
 

Detailed Description

template<typename T, typename U>
struct llvm::DenseMapInfo< PointerUnion< T, U > >

Definition at line 486 of file PointerUnion.h.

Member Typedef Documentation

template<typename T , typename U >
typedef DenseMapInfo<T> llvm::DenseMapInfo< PointerUnion< T, U > >::FirstInfo

Definition at line 488 of file PointerUnion.h.

template<typename T , typename U >
typedef PointerUnion<T, U> llvm::DenseMapInfo< PointerUnion< T, U > >::Pair

Definition at line 487 of file PointerUnion.h.

template<typename T , typename U >
typedef DenseMapInfo<U> llvm::DenseMapInfo< PointerUnion< T, U > >::SecondInfo

Definition at line 489 of file PointerUnion.h.

Member Function Documentation

template<typename T , typename U >
static Pair llvm::DenseMapInfo< PointerUnion< T, U > >::getEmptyKey ( )
inlinestatic

Definition at line 491 of file PointerUnion.h.

template<typename T , typename U >
static unsigned llvm::DenseMapInfo< PointerUnion< T, U > >::getHashValue ( const Pair PairVal)
inlinestatic

Definition at line 497 of file PointerUnion.h.

References llvm::PointerUnion< PT1, PT2 >::getOpaqueValue().

template<typename T , typename U >
static Pair llvm::DenseMapInfo< PointerUnion< T, U > >::getTombstoneKey ( )
inlinestatic

Definition at line 494 of file PointerUnion.h.

template<typename T , typename U >
static bool llvm::DenseMapInfo< PointerUnion< T, U > >::isEqual ( const Pair LHS,
const Pair RHS 
)
inlinestatic

Definition at line 501 of file PointerUnion.h.


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