Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Linker/
H A DIRMover.h27 struct StructTypeKeyInfo { struct
53 DenseSet<StructType *, StructTypeKeyInfo> NonOpaqueStructTypes;
/freebsd/contrib/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp1681 IRMover::StructTypeKeyInfo::KeyTy::KeyTy(ArrayRef<Type *> E, bool P) in KeyTy()
1684 IRMover::StructTypeKeyInfo::KeyTy::KeyTy(const StructType *ST) in KeyTy()
1687 bool IRMover::StructTypeKeyInfo::KeyTy::operator==(const KeyTy &That) const { in operator ==()
1691 bool IRMover::StructTypeKeyInfo::KeyTy::operator!=(const KeyTy &That) const { in operator !=()
1695 StructType *IRMover::StructTypeKeyInfo::getEmptyKey() { in getEmptyKey()
1699 StructType *IRMover::StructTypeKeyInfo::getTombstoneKey() { in getTombstoneKey()
1703 unsigned IRMover::StructTypeKeyInfo::getHashValue(const KeyTy &Key) { in getHashValue()
1708 unsigned IRMover::StructTypeKeyInfo::getHashValue(const StructType *ST) { in getHashValue()
1712 bool IRMover::StructTypeKeyInfo::isEqual(const KeyTy &LHS, in isEqual()
1719 bool IRMover::StructTypeKeyInfo::isEqual(const StructType *LHS, in isEqual()
[all …]