Lines Matching defs:ByteAlignment
398 Align ByteAlignment) {
403 if (ByteAlignment > 32)
407 Size = std::max(Size, ByteAlignment.value());
412 Symbol->setCommon(Size, ByteAlignment);
414 if (!T.isWindowsMSVCEnvironment() && ByteAlignment > 1) {
420 << Log2_32_Ceil(ByteAlignment.value());
430 Align ByteAlignment) {
436 emitValueToAlignment(ByteAlignment, 0, 1, 0);
454 uint64_t Size, Align ByteAlignment,
460 uint64_t Size, Align ByteAlignment) {