Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DLLVMContextImpl.h123 struct FunctionTypeKeyInfo { struct
124 struct KeyTy {
146 static inline FunctionType* getEmptyKey() { in getEmptyKey()
149 static inline FunctionType* getTombstoneKey() { in getTombstoneKey()
152 static unsigned getHashValue(const KeyTy& Key) { in getHashValue()
158 static unsigned getHashValue(const FunctionType *FT) { in getHashValue()
161 static bool isEqual(const KeyTy& LHS, const FunctionType *RHS) { in isEqual()
166 static bool isEqual(const FunctionType *LHS, const FunctionType *RHS) { in isEqual()