LLVM
8.0.1
|
DenseMapInfo for MDNode subclasses. More...
#include "IR/LLVMContextImpl.h"
Public Types | |
using | KeyTy = MDNodeKeyImpl< NodeTy > |
using | SubsetEqualTy = MDNodeSubsetEqualImpl< NodeTy > |
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) |
DenseMapInfo for MDNode subclasses.
Definition at line 1113 of file LLVMContextImpl.h.
using llvm::MDNodeInfo< NodeTy >::KeyTy = MDNodeKeyImpl<NodeTy> |
Definition at line 1114 of file LLVMContextImpl.h.
using llvm::MDNodeInfo< NodeTy >::SubsetEqualTy = MDNodeSubsetEqualImpl<NodeTy> |
Definition at line 1115 of file LLVMContextImpl.h.
|
inlinestatic |
Definition at line 1117 of file LLVMContextImpl.h.
|
inlinestatic |
Definition at line 1125 of file LLVMContextImpl.h.
|
inlinestatic |
Definition at line 1127 of file LLVMContextImpl.h.
|
inlinestatic |
Definition at line 1121 of file LLVMContextImpl.h.
|
inlinestatic |
Definition at line 1131 of file LLVMContextImpl.h.
References llvm::DenseMapAPIntKeyInfo::getEmptyKey(), and llvm::DenseMapAPIntKeyInfo::getTombstoneKey().
|
inlinestatic |
Definition at line 1137 of file LLVMContextImpl.h.
References llvm::DenseMapAPIntKeyInfo::getEmptyKey(), and llvm::DenseMapAPIntKeyInfo::getTombstoneKey().