Searched refs:IsPacked (Results 1 – 2 of 2) sorted by relevance
32 bool IsPacked; member59 StructType *findNonOpaque(ArrayRef<Type *> ETypes, bool IsPacked);
330 bool IsPacked = STy->isPacked(); in get() local332 return *Entry = StructType::get(Ty->getContext(), ElementTypes, IsPacked); in get()341 DstStructTypesSet.findNonOpaque(ElementTypes, IsPacked)) { in get()1641 : ETypes(E), IsPacked(P) {} in KeyTy()1644 : ETypes(ST->elements()), IsPacked(ST->isPacked()) {} in KeyTy()1647 if (IsPacked != That.IsPacked) in operator ==()1668 Key.IsPacked); in getHashValue()1713 bool IsPacked) { in findNonOpaque() argument1714 Linker::StructTypeKeyInfo::KeyTy Key(ETypes, IsPacked); in findNonOpaque()