Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DLLVMContextImpl.h79 struct AnonStructTypeKeyInfo { struct
80 struct KeyTy {
98 static inline StructType* getEmptyKey() { in getEmptyKey()
101 static inline StructType* getTombstoneKey() { in getTombstoneKey()
104 static unsigned getHashValue(const KeyTy& Key) { in getHashValue()
109 static unsigned getHashValue(const StructType *ST) { in getHashValue()
112 static bool isEqual(const KeyTy& LHS, const StructType *RHS) { in isEqual()
117 static bool isEqual(const StructType *LHS, const StructType *RHS) { in isEqual()