Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/IR/
H A DLLVMContextImpl.h78 struct AnonStructTypeKeyInfo { struct
79 struct KeyTy {
97 static inline StructType* getEmptyKey() { in getEmptyKey()
100 static inline StructType* getTombstoneKey() { in getTombstoneKey()
103 static unsigned getHashValue(const KeyTy& Key) { in getHashValue()
108 static unsigned getHashValue(const StructType *ST) { in getHashValue()
111 static bool isEqual(const KeyTy& LHS, const StructType *RHS) { in isEqual()
116 static bool isEqual(const StructType *LHS, const StructType *RHS) { in isEqual()