Home | History | Annotate | Download | only in Linker

Lines Matching defs:IsPacked

170         DSTy->isPacked() != SSTy->isPacked())
205 DstSTy->setBody(Elements, SrcSTy->isPacked());
214 DTy->setBody(ETypes, STy->isPacked());
307 bool IsPacked = STy->isPacked();
309 return *Entry = StructType::get(Ty->getContext(), ElementTypes, IsPacked);
318 DstStructTypesSet.findNonOpaque(ElementTypes, IsPacked)) {
1260 : ETypes(E), IsPacked(P) {}
1263 : ETypes(ST->elements()), IsPacked(ST->isPacked()) {}
1266 return IsPacked == That.IsPacked && ETypes == That.ETypes;
1283 Key.IsPacked);
1324 bool IsPacked) {
1325 IRMover::StructTypeKeyInfo::KeyTy Key(ETypes, IsPacked);