Home | History | Annotate | Download | only in Linker

Lines Matching defs:KeyTy

1546 IRMover::StructTypeKeyInfo::KeyTy::KeyTy(ArrayRef<Type *> E, bool P)
1549 IRMover::StructTypeKeyInfo::KeyTy::KeyTy(const StructType *ST)
1552 bool IRMover::StructTypeKeyInfo::KeyTy::operator==(const KeyTy &That) const {
1560 bool IRMover::StructTypeKeyInfo::KeyTy::operator!=(const KeyTy &That) const {
1572 unsigned IRMover::StructTypeKeyInfo::getHashValue(const KeyTy &Key) {
1578 return getHashValue(KeyTy(ST));
1581 bool IRMover::StructTypeKeyInfo::isEqual(const KeyTy &LHS,
1585 return LHS == KeyTy(RHS);
1596 return KeyTy(LHS) == KeyTy(RHS);
1620 IRMover::StructTypeKeyInfo::KeyTy Key(ETypes, IsPacked);