Lines Matching refs:Align
412 unsigned Align = 1 << AlignLog;
417 Align = 0;
420 OutStreamer->EmitCommonSymbol(GVSym, Size, Align);
429 OutStreamer->EmitZerofill(TheSection, GVSym, Size, Align);
435 // cases (e.g. when Align == 1), the external assembler might enfore
441 OutStreamer->EmitLocalCommonSymbol(GVSym, Size, Align);
446 Align = 0;
451 OutStreamer->EmitCommonSymbol(GVSym, Size, Align);
1274 unsigned Align = CPE.getAlignment();
1297 CPSections.push_back(SectionCPs(S, Align));
1300 if (Align > CPSections[SecIdx].Alignment)
1301 CPSections[SecIdx].Alignment = Align;
1590 unsigned Align = Log2_32(DL.getPointerPrefAlignment());
1610 EmitAlignment(Align);
1966 // Print the fields in successive locations. Pad to align if needed!
2424 if (unsigned Align = MBB.getAlignment())
2425 EmitAlignment(Align);