LLVM  4.0.0
Public Types | Static Public Member Functions | List of all members
llvm::MDNodeInfo< NodeTy > Struct Template Reference

DenseMapInfo for MDNode subclasses. More...

#include <LLVMContextImpl.h>

Public Types

typedef MDNodeKeyImpl< NodeTy > KeyTy
 
typedef MDNodeSubsetEqualImpl
< NodeTy > 
SubsetEqualTy
 

Static Public Member Functions

static NodeTy * getEmptyKey ()
 
static NodeTy * getTombstoneKey ()
 
static unsigned getHashValue (const KeyTy &Key)
 
static unsigned getHashValue (const NodeTy *N)
 
static bool isEqual (const KeyTy &LHS, const NodeTy *RHS)
 
static bool isEqual (const NodeTy *LHS, const NodeTy *RHS)
 

Detailed Description

template<class NodeTy>
struct llvm::MDNodeInfo< NodeTy >

DenseMapInfo for MDNode subclasses.

Definition at line 215 of file LLVMContextImpl.h.

Member Typedef Documentation

template<class NodeTy >
typedef MDNodeKeyImpl<NodeTy> llvm::MDNodeInfo< NodeTy >::KeyTy

Definition at line 988 of file LLVMContextImpl.h.

template<class NodeTy >
typedef MDNodeSubsetEqualImpl<NodeTy> llvm::MDNodeInfo< NodeTy >::SubsetEqualTy

Definition at line 989 of file LLVMContextImpl.h.

Member Function Documentation

template<class NodeTy >
static NodeTy* llvm::MDNodeInfo< NodeTy >::getEmptyKey ( )
inlinestatic

Definition at line 990 of file LLVMContextImpl.h.

Referenced by llvm::MDNodeInfo< NodeTy >::isEqual().

template<class NodeTy >
static unsigned llvm::MDNodeInfo< NodeTy >::getHashValue ( const KeyTy Key)
inlinestatic

Definition at line 996 of file LLVMContextImpl.h.

template<class NodeTy >
static unsigned llvm::MDNodeInfo< NodeTy >::getHashValue ( const NodeTy *  N)
inlinestatic

Definition at line 997 of file LLVMContextImpl.h.

template<class NodeTy >
static NodeTy* llvm::MDNodeInfo< NodeTy >::getTombstoneKey ( )
inlinestatic

Definition at line 993 of file LLVMContextImpl.h.

Referenced by llvm::MDNodeInfo< NodeTy >::isEqual().

template<class NodeTy >
static bool llvm::MDNodeInfo< NodeTy >::isEqual ( const KeyTy LHS,
const NodeTy *  RHS 
)
inlinestatic
template<class NodeTy >
static bool llvm::MDNodeInfo< NodeTy >::isEqual ( const NodeTy *  LHS,
const NodeTy *  RHS 
)
inlinestatic

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