LLVM API Documentation

Static Public Member Functions
llvm::DenseMapInfo< T * > Struct Template Reference

#include <DenseMapInfo.h>

List of all members.

Static Public Member Functions

static TgetEmptyKey ()
static TgetTombstoneKey ()
static unsigned getHashValue (const T *PtrVal)
static bool isEqual (const T *LHS, const T *RHS)

Detailed Description

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

Definition at line 32 of file DenseMapInfo.h.


Member Function Documentation

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

Definition at line 33 of file DenseMapInfo.h.

template<typename T >
static unsigned llvm::DenseMapInfo< T * >::getHashValue ( const T PtrVal) [inline, static]

Definition at line 43 of file DenseMapInfo.h.

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

Definition at line 38 of file DenseMapInfo.h.

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

Definition at line 47 of file DenseMapInfo.h.


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