Home | History | Annotate | Download | only in Linker

Lines Matching refs:STy

195     // If DstSTy has no name or has a longer name than STy, then viciously steal
196 // STy's name.
299 StructType *STy = cast<StructType>(Ty);
302 if (STy->isOpaque())
303 return *Entry = STy;
307 DefinitionsToResolve.push_back(STy);
308 return *Entry = StructType::create(STy->getContext());