Home | History | Annotate | Download | only in Linker

Lines Matching refs:SrcSTy

211     StructType *SrcSTy = SrcDefinitionsToResolve.pop_back_val();
212 StructType *DstSTy = cast<StructType>(MappedTypes[SrcSTy]);
218 assert(!SrcSTy->isOpaque() && "Not resolving a definition?");
221 Elements.resize(SrcSTy->getNumElements());
223 Elements[i] = getImpl(SrcSTy->getElementType(i));
225 DstSTy->setBody(Elements, SrcSTy->isPacked());
229 if (!SrcSTy->hasName()) continue;
230 StringRef SrcName = SrcSTy->getName();
234 SrcSTy->setName("");