Searched defs:DstSTy (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Linker/
H A DLinkModules.cpp212 StructType *DstSTy = cast<StructType>(MappedTypes[SrcSTy]); local
215 // provide a body for DstSTy then previous iterations of this loop may have
217 if (!DstSTy->isOpaque()) continue;
225 DstSTy->setBody(Elements, SrcSTy->isPacked());
227 // If DstSTy has no name or has a longer name than STy, then viciously steal
232 if (!DstSTy->hasName() || DstSTy->getName().size() > SrcName.size()) {
235 DstSTy->setName(TmpName.str());

Completed in 76 milliseconds