Home | History | Annotate | Download | only in Linker

Lines Matching refs:DstSTy

214     StructType *DstSTy = cast<StructType>(MappedTypes[SrcSTy]);
217 // provide a body for DstSTy then previous iterations of this loop may have
219 if (!DstSTy->isOpaque()) continue;
227 DstSTy->setBody(Elements, SrcSTy->isPacked());
229 // If DstSTy has no name or has a longer name than STy, then viciously steal
234 if (!DstSTy->hasName() || DstSTy->getName().size() > SrcName.size()) {
237 DstSTy->setName(TmpName.str());