|
LLVM
3.7.0
|
#include <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 122 of file LLVMContextImpl.h.
|
inlinestatic |
Definition at line 145 of file LLVMContextImpl.h.
Referenced by isEqual().
Definition at line 151 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.
Referenced by getHashValue().
|
inlinestatic |
Definition at line 157 of file LLVMContextImpl.h.
References getHashValue().
|
inlinestatic |
Definition at line 148 of file LLVMContextImpl.h.
Referenced by isEqual().
|
inlinestatic |
Definition at line 160 of file LLVMContextImpl.h.
References getEmptyKey(), and getTombstoneKey().
|
inlinestatic |
Definition at line 165 of file LLVMContextImpl.h.
1.8.6