Home | History | Annotate | Download | only in Linker

Lines Matching defs:Alignment

468   // Use the maximum alignment, rather than just copying the alignment of SrcGV.
469 unsigned Alignment = std::max(DestGV->getAlignment(), SrcGV->getAlignment());
471 DestGV->setAlignment(Alignment);
669 "Appending variables with different alignment need to be linked!");
689 // Propagate alignment, visibility and section info.
763 // Propagate alignment, visibility and section info.