Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/IR/
H A DLLVMContextImpl.h92 struct AnonStructTypeKeyInfo { struct
93 struct KeyTy {
112 static inline StructType *getEmptyKey() { in getEmptyKey()
116 static inline StructType *getTombstoneKey() { in getTombstoneKey()
120 static unsigned getHashValue(const KeyTy &Key) { in getHashValue()
125 static unsigned getHashValue(const StructType *ST) { in getHashValue()
129 static bool isEqual(const KeyTy &LHS, const StructType *RHS) { in isEqual()
135 static bool isEqual(const StructType *LHS, const StructType *RHS) { in isEqual()