LLVM API Documentation
#include <LLVMContextImpl.h>
Classes | |
struct | KeyTy |
Static Public Member Functions | |
static StructType * | getEmptyKey () |
static StructType * | getTombstoneKey () |
static unsigned | getHashValue (const KeyTy &Key) |
static unsigned | getHashValue (const StructType *ST) |
static bool | isEqual (const KeyTy &LHS, const StructType *RHS) |
static bool | isEqual (const StructType *LHS, const StructType *RHS) |
Definition at line 100 of file LLVMContextImpl.h.
static StructType* llvm::AnonStructTypeKeyInfo::getEmptyKey | ( | ) | [inline, static] |
Definition at line 120 of file LLVMContextImpl.h.
Referenced by isEqual().
static unsigned llvm::AnonStructTypeKeyInfo::getHashValue | ( | const KeyTy & | Key | ) | [inline, static] |
Definition at line 126 of file LLVMContextImpl.h.
References llvm::ArrayRef< T >::begin(), llvm::ArrayRef< T >::end(), llvm::AnonStructTypeKeyInfo::KeyTy::ETypes, llvm::hash_combine(), llvm::hash_combine_range(), and llvm::AnonStructTypeKeyInfo::KeyTy::isPacked.
Referenced by getHashValue().
static unsigned llvm::AnonStructTypeKeyInfo::getHashValue | ( | const StructType * | ST | ) | [inline, static] |
Definition at line 131 of file LLVMContextImpl.h.
References getHashValue().
static StructType* llvm::AnonStructTypeKeyInfo::getTombstoneKey | ( | ) | [inline, static] |
Definition at line 123 of file LLVMContextImpl.h.
Referenced by isEqual().
static bool llvm::AnonStructTypeKeyInfo::isEqual | ( | const KeyTy & | LHS, |
const StructType * | RHS | ||
) | [inline, static] |
Definition at line 134 of file LLVMContextImpl.h.
References getEmptyKey(), and getTombstoneKey().
static bool llvm::AnonStructTypeKeyInfo::isEqual | ( | const StructType * | LHS, |
const StructType * | RHS | ||
) | [inline, static] |
Definition at line 139 of file LLVMContextImpl.h.