Home | History | Annotate | Download | only in MC

Lines Matching refs:ByteAlignment

57                                 unsigned ByteAlignment);
74 unsigned ByteAlignment);
76 uint64_t Size = 0, unsigned ByteAlignment = 0);
78 uint64_t Size, unsigned ByteAlignment = 0);
323 unsigned ByteAlignment) {
329 SD.setCommon(Size, ByteAlignment);
333 unsigned ByteAlignment) {
338 Symbol, Size, ByteAlignment);
342 uint64_t Size, unsigned ByteAlignment) {
356 if (ByteAlignment != 1)
357 new MCAlignFragment(ByteAlignment, 0, 0, ByteAlignment, &SectData);
365 if (ByteAlignment > SectData.getAlignment())
366 SectData.setAlignment(ByteAlignment);
372 uint64_t Size, unsigned ByteAlignment) {
373 EmitZerofill(Section, Symbol, Size, ByteAlignment);