LLVM API Documentation
#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 144 of file LLVMContextImpl.h.
| static FunctionType* llvm::FunctionTypeKeyInfo::getEmptyKey | ( | ) | [inline, static] |
Definition at line 168 of file LLVMContextImpl.h.
Referenced by isEqual().
| static unsigned llvm::FunctionTypeKeyInfo::getHashValue | ( | const KeyTy & | Key | ) | [inline, static] |
Definition at line 174 of file LLVMContextImpl.h.
References llvm::ArrayRef< T >::begin(), llvm::ArrayRef< T >::end(), llvm::hash_combine(), llvm::hash_combine_range(), llvm::FunctionTypeKeyInfo::KeyTy::isVarArg, llvm::FunctionTypeKeyInfo::KeyTy::Params, and llvm::FunctionTypeKeyInfo::KeyTy::ReturnType.
Referenced by getHashValue().
| static unsigned llvm::FunctionTypeKeyInfo::getHashValue | ( | const FunctionType * | FT | ) | [inline, static] |
Definition at line 180 of file LLVMContextImpl.h.
References getHashValue().
| static FunctionType* llvm::FunctionTypeKeyInfo::getTombstoneKey | ( | ) | [inline, static] |
Definition at line 171 of file LLVMContextImpl.h.
Referenced by isEqual().
| static bool llvm::FunctionTypeKeyInfo::isEqual | ( | const KeyTy & | LHS, |
| const FunctionType * | RHS | ||
| ) | [inline, static] |
Definition at line 183 of file LLVMContextImpl.h.
References getEmptyKey(), and getTombstoneKey().
| static bool llvm::FunctionTypeKeyInfo::isEqual | ( | const FunctionType * | LHS, |
| const FunctionType * | RHS | ||
| ) | [inline, static] |
Definition at line 188 of file LLVMContextImpl.h.