Home
last modified time | relevance | path

Searched defs:FunctionTypeKeyInfo (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DLLVMContextImpl.h127 struct FunctionTypeKeyInfo { struct
128 struct KeyTy {
153 static inline FunctionType* getEmptyKey() { in getEmptyKey()
157 static inline FunctionType* getTombstoneKey() { in getTombstoneKey()
161 static unsigned getHashValue(const KeyTy& Key) { in getHashValue()
168 static unsigned getHashValue(const FunctionType *FT) { in getHashValue()
172 static bool isEqual(const KeyTy& LHS, const FunctionType *RHS) { in isEqual()
178 static bool isEqual(const FunctionType *LHS, const FunctionType *RHS) { in isEqual()