LLVM  3.7.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
 

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 212 of file LLVMContextImpl.h.

Member Typedef Documentation

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

Definition at line 862 of file LLVMContextImpl.h.

Member Function Documentation

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

Definition at line 863 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 869 of file LLVMContextImpl.h.

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

Definition at line 870 of file LLVMContextImpl.h.

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

Definition at line 866 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

Definition at line 878 of file LLVMContextImpl.h.


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