Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DLLVMContextImpl.h149 struct FunctionTypeKeyInfo { struct
150 struct KeyTy {
175 static inline FunctionType* getEmptyKey() { in getEmptyKey()
179 static inline FunctionType* getTombstoneKey() { in getTombstoneKey()
183 static unsigned getHashValue(const KeyTy& Key) { in getHashValue()
190 static unsigned getHashValue(const FunctionType *FT) { in getHashValue()
194 static bool isEqual(const KeyTy& LHS, const FunctionType *RHS) { in isEqual()
200 static bool isEqual(const FunctionType *LHS, const FunctionType *RHS) { in isEqual()