Lines Matching defs:ByteAlignment
283 Align ByteAlignment) {
288 if (ByteAlignment > 32)
292 Size = std::max(Size, ByteAlignment.value());
297 Symbol->setCommon(Size, ByteAlignment);
299 if (!T.isWindowsMSVCEnvironment() && ByteAlignment > 1) {
305 << Log2_32_Ceil(ByteAlignment.value());
315 Align ByteAlignment) {
321 emitValueToAlignment(ByteAlignment, 0, 1, 0);
339 uint64_t Size, Align ByteAlignment,
345 uint64_t Size, Align ByteAlignment) {