LLVM
8.0.1
|
#include "IR/LLVMContextImpl.h"
Classes | |
struct | KeyTy |
Static Public Member Functions | |
static FunctionType * | getEmptyKey () |
static FunctionType * | getTombstoneKey () |
static unsigned | getHashValue (const KeyTy &Key) |
static unsigned | getHashValue (const FunctionType *FT) |
static bool | isEqual (const KeyTy &LHS, const FunctionType *RHS) |
static bool | isEqual (const FunctionType *LHS, const FunctionType *RHS) |
Definition at line 149 of file LLVMContextImpl.h.
|
inlinestatic |
Definition at line 175 of file LLVMContextImpl.h.
Definition at line 183 of file LLVMContextImpl.h.
References llvm::hash_combine(), llvm::hash_combine_range(), llvm::FunctionTypeKeyInfo::KeyTy::isVarArg, llvm::FunctionTypeKeyInfo::KeyTy::Params, and llvm::FunctionTypeKeyInfo::KeyTy::ReturnType.
|
inlinestatic |
Definition at line 190 of file LLVMContextImpl.h.
References llvm::DenseMapAPIntKeyInfo::getHashValue().
|
inlinestatic |
Definition at line 179 of file LLVMContextImpl.h.
|
inlinestatic |
Definition at line 194 of file LLVMContextImpl.h.
References llvm::DenseMapAPIntKeyInfo::getEmptyKey(), and llvm::DenseMapAPIntKeyInfo::getTombstoneKey().
|
inlinestatic |
Definition at line 200 of file LLVMContextImpl.h.