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()1620 : ETypes(E), IsPacked(P) {} in KeyTy()1623 : ETypes(ST->elements()), IsPacked(ST->isPacked()) {} in KeyTy()1626 if (IsPacked != That.IsPacked) in operator ==()1647 Key.IsPacked); in getHashValue()1692 bool IsPacked) { in findNonOpaque() argument1693 Linker::StructTypeKeyInfo::KeyTy Key(ETypes, IsPacked); in findNonOpaque()