Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/Linker/
H A DIRMover.h27 struct StructTypeKeyInfo { struct
53 DenseSet<StructType *, StructTypeKeyInfo> NonOpaqueStructTypes;
/llvm-project/llvm/lib/Linker/
H A DIRMover.cpp1668 IRMover::StructTypeKeyInfo::KeyTy::KeyTy(ArrayRef<Type *> E, bool P) in run()
1671 IRMover::StructTypeKeyInfo::KeyTy::KeyTy(const StructType *ST) in run()
1674 bool IRMover::StructTypeKeyInfo::KeyTy::operator==(const KeyTy &That) const { in run()
1678 bool IRMover::StructTypeKeyInfo::KeyTy::operator!=(const KeyTy &That) const { in run()
1682 StructType *IRMover::StructTypeKeyInfo::getEmptyKey() { in KeyTy()
1686 StructType *IRMover::StructTypeKeyInfo::getTombstoneKey() {
1690 unsigned IRMover::StructTypeKeyInfo::getHashValue(const KeyTy &Key) {
1695 unsigned IRMover::StructTypeKeyInfo::getHashValue(const StructType *ST) { in getEmptyKey()
1699 bool IRMover::StructTypeKeyInfo::isEqual(const KeyTy &LHS, in getTombstoneKey()
1706 bool IRMover::StructTypeKeyInfo in getHashValue()
[all...]