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) {
357 if (ByteAlignment != 1)
358 new MCAlignFragment(ByteAlignment, 0, 0, ByteAlignment, &SectData);
366 if (ByteAlignment > SectData.getAlignment())
367 SectData.setAlignment(ByteAlignment);
373 uint64_t Size, unsigned ByteAlignment) {
374 EmitZerofill(Section, Symbol, Size, ByteAlignment);