Lines Matching refs:DTy
68 void finishType(StructType *DTy, StructType *STy, ArrayRef<Type *> ETypes);
212 void TypeMapTy::finishType(StructType *DTy, StructType *STy, in finishType() argument
214 DTy->setBody(ETypes, STy->isPacked()); in finishType()
220 DTy->setName(TmpName); in finishType()
223 DstStructTypesSet.addNonOpaque(DTy); in finishType()
250 StructType *DTy = StructType::create(Ty->getContext()); in get() local
251 return *Entry = DTy; in get()
274 if (auto *DTy = dyn_cast<StructType>(*Entry)) { in get() local
275 if (DTy->isOpaque()) { in get()
277 finishType(DTy, STy, ElementTypes); in get()
328 StructType *DTy = StructType::create(Ty->getContext()); in get() local
329 finishType(DTy, STy, ElementTypes); in get()
330 return *Entry = DTy; in get()