Home | History | Annotate | Download | only in Linker

Lines Matching defs:Elements

195   SmallVector<Type *, 16> Elements;
201 Elements.resize(SrcSTy->getNumElements());
202 for (unsigned I = 0, E = Elements.size(); I != E; ++I)
203 Elements[I] = get(SrcSTy->getElementType(I));
205 DstSTy->setBody(Elements, SrcSTy->isPacked());
254 // If this is not a recursive type, then just map all of the elements and
263 // Remap all of the elements, keeping track of whether any of them change.
1004 // Add Src elements into Dest node.
1263 : ETypes(ST->elements()), IsPacked(ST->isPacked()) {}