Lines Matching defs:ByteAlignment
83 unsigned ByteAlignment) override;
97 unsigned ByteAlignment) override;
99 uint64_t Size = 0, unsigned ByteAlignment = 0) override;
101 unsigned ByteAlignment = 0) override;
382 unsigned ByteAlignment) {
388 Symbol->setCommon(Size, ByteAlignment);
392 unsigned ByteAlignment) {
395 Symbol, Size, ByteAlignment);
399 uint64_t Size, unsigned ByteAlignment) {
414 if (ByteAlignment != 1)
415 new MCAlignFragment(ByteAlignment, 0, 0, ByteAlignment, Section);
421 if (ByteAlignment > Section->getAlignment())
422 Section->setAlignment(ByteAlignment);
428 uint64_t Size, unsigned ByteAlignment) {
429 EmitZerofill(Section, Symbol, Size, ByteAlignment);