Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Linker/
H A DIRMover.h26 struct StructTypeKeyInfo { struct
52 DenseSet<StructType *, StructTypeKeyInfo> NonOpaqueStructTypes;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Linker/
H A DIRMover.cpp1531 IRMover::StructTypeKeyInfo::KeyTy::KeyTy(ArrayRef<Type *> E, bool P) in KeyTy()
1534 IRMover::StructTypeKeyInfo::KeyTy::KeyTy(const StructType *ST) in KeyTy()
1537 bool IRMover::StructTypeKeyInfo::KeyTy::operator==(const KeyTy &That) const { in operator ==()
1541 bool IRMover::StructTypeKeyInfo::KeyTy::operator!=(const KeyTy &That) const { in operator !=()
1545 StructType *IRMover::StructTypeKeyInfo::getEmptyKey() { in getEmptyKey()
1549 StructType *IRMover::StructTypeKeyInfo::getTombstoneKey() { in getTombstoneKey()
1553 unsigned IRMover::StructTypeKeyInfo::getHashValue(const KeyTy &Key) { in getHashValue()
1558 unsigned IRMover::StructTypeKeyInfo::getHashValue(const StructType *ST) { in getHashValue()
1562 bool IRMover::StructTypeKeyInfo::isEqual(const KeyTy &LHS, in isEqual()
1569 bool IRMover::StructTypeKeyInfo::isEqual(const StructType *LHS, in isEqual()
[all …]