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