Home | History | Annotate | Download | only in Linker

Lines Matching refs:DTy

65   void finishType(StructType *DTy, StructType *STy, ArrayRef<Type *> ETypes);
209 void TypeMapTy::finishType(StructType *DTy, StructType *STy,
211 DTy->setBody(ETypes, STy->isPacked());
217 DTy->setName(TmpName);
220 DstStructTypesSet.addNonOpaque(DTy);
247 StructType *DTy = StructType::create(Ty->getContext());
248 return *Entry = DTy;
271 if (auto *DTy = dyn_cast<StructType>(*Entry)) {
272 if (DTy->isOpaque()) {
274 finishType(DTy, STy, ElementTypes);
325 StructType *DTy = StructType::create(Ty->getContext());
326 finishType(DTy, STy, ElementTypes);
327 return *Entry = DTy;