Lines Matching refs:DTy
79 void finishType(StructType *DTy, StructType *STy, ArrayRef<Type *> ETypes);
228 void TypeMapTy::finishType(StructType *DTy, StructType *STy, in finishType() argument
230 DTy->setBody(ETypes, STy->isPacked()); in finishType()
236 DTy->setName(TmpName); in finishType()
239 DstStructTypesSet.addNonOpaque(DTy); in finishType()
265 StructType *DTy = StructType::create(Ty->getContext()); in get() local
266 return *Entry = DTy; in get()
290 if (auto *DTy = dyn_cast<StructType>(*Entry)) { in get() local
291 if (DTy->isOpaque()) { in get()
293 finishType(DTy, STy, ElementTypes); in get()
345 StructType *DTy = StructType::create(Ty->getContext()); in get() local
346 finishType(DTy, STy, ElementTypes); in get()
347 return *Entry = DTy; in get()