Home
last modified time | relevance | path

Searched refs:StructTypeKeyInfo (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/include/llvm/Linker/
H A DLinker.h29 struct StructTypeKeyInfo { struct
46 typedef DenseSet<StructType *, StructTypeKeyInfo> NonOpaqueStructTypeSet; argument
/minix3/external/bsd/llvm/dist/llvm/lib/Linker/
H A DLinkModules.cpp1607 Linker::StructTypeKeyInfo::KeyTy::KeyTy(ArrayRef<Type *> E, bool P) in KeyTy()
1610 Linker::StructTypeKeyInfo::KeyTy::KeyTy(const StructType *ST) in KeyTy()
1613 bool Linker::StructTypeKeyInfo::KeyTy::operator==(const KeyTy &That) const { in operator ==()
1621 bool Linker::StructTypeKeyInfo::KeyTy::operator!=(const KeyTy &That) const { in operator !=()
1625 StructType *Linker::StructTypeKeyInfo::getEmptyKey() { in getEmptyKey()
1629 StructType *Linker::StructTypeKeyInfo::getTombstoneKey() { in getTombstoneKey()
1633 unsigned Linker::StructTypeKeyInfo::getHashValue(const KeyTy &Key) { in getHashValue()
1638 unsigned Linker::StructTypeKeyInfo::getHashValue(const StructType *ST) { in getHashValue()
1642 bool Linker::StructTypeKeyInfo::isEqual(const KeyTy &LHS, in isEqual()
1649 bool Linker::StructTypeKeyInfo::isEqual(const StructType *LHS, in isEqual()
[all …]