Home | History | Annotate | Download | only in Linker

Lines Matching refs:STy

227     // If DstSTy has no name or has a longer name than STy, then viciously steal
228 // STy's name.
332 StructType *STy = cast<StructType>(Ty);
335 if (STy->isOpaque()) {
338 DstStructTypesSet.insert(STy);
339 return *Entry = STy;
344 SrcDefinitionsToResolve.push_back(STy);
345 StructType *DTy = StructType::create(STy->getContext());