Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Linker/
DIRMover.h27 struct StructTypeKeyInfo { struct
53 DenseSet<StructType *, StructTypeKeyInfo> NonOpaqueStructTypes;
/openbsd/src/gnu/llvm/llvm/lib/Linker/
DIRMover.cpp1690 IRMover::StructTypeKeyInfo::KeyTy::KeyTy(ArrayRef<Type *> E, bool P) in KeyTy()
1693 IRMover::StructTypeKeyInfo::KeyTy::KeyTy(const StructType *ST) in KeyTy()
1696 bool IRMover::StructTypeKeyInfo::KeyTy::operator==(const KeyTy &That) const { in operator ==()
1700 bool IRMover::StructTypeKeyInfo::KeyTy::operator!=(const KeyTy &That) const { in operator !=()
1704 StructType *IRMover::StructTypeKeyInfo::getEmptyKey() { in getEmptyKey()
1708 StructType *IRMover::StructTypeKeyInfo::getTombstoneKey() { in getTombstoneKey()
1712 unsigned IRMover::StructTypeKeyInfo::getHashValue(const KeyTy &Key) { in getHashValue()
1717 unsigned IRMover::StructTypeKeyInfo::getHashValue(const StructType *ST) { in getHashValue()
1721 bool IRMover::StructTypeKeyInfo::isEqual(const KeyTy &LHS, in isEqual()
1728 bool IRMover::StructTypeKeyInfo::isEqual(const StructType *LHS, in isEqual()
[all …]