Home | History | Annotate | Download | only in Linker

Lines Matching refs:DstSTy

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