LLVM API Documentation
#include <LLVMContextImpl.h>
Classes | |
struct | KeyTy |
Static Public Member Functions | |
static KeyTy | getEmptyKey () |
static KeyTy | getTombstoneKey () |
static unsigned | getHashValue (const KeyTy &Key) |
static bool | isEqual (const KeyTy &LHS, const KeyTy &RHS) |
Definition at line 47 of file LLVMContextImpl.h.
static KeyTy llvm::DenseMapAPIntKeyInfo::getEmptyKey | ( | ) | [inline, static] |
Definition at line 62 of file LLVMContextImpl.h.
static unsigned llvm::DenseMapAPIntKeyInfo::getHashValue | ( | const KeyTy & | Key | ) | [inline, static] |
Definition at line 64 of file LLVMContextImpl.h.
References llvm::hash_value().
static KeyTy llvm::DenseMapAPIntKeyInfo::getTombstoneKey | ( | ) | [inline, static] |
Definition at line 63 of file LLVMContextImpl.h.
static bool llvm::DenseMapAPIntKeyInfo::isEqual | ( | const KeyTy & | LHS, |
const KeyTy & | RHS | ||
) | [inline, static] |
Definition at line 67 of file LLVMContextImpl.h.