Lines Matching refs:ByteAlignment
496 /// @param ByteAlignment - The alignment of the symbol if
499 unsigned ByteAlignment) = 0;
505 /// @param ByteAlignment - The alignment of the common symbol in bytes.
507 unsigned ByteAlignment);
514 /// @param ByteAlignment - The alignment of the zerofill symbol if
518 unsigned ByteAlignment = 0) = 0;
525 /// @param ByteAlignment - The alignment of the thread local common symbol
528 uint64_t Size, unsigned ByteAlignment = 0);
605 /// the byte alignment @p ByteAlignment is reached.
613 /// @param ByteAlignment - The alignment to reach. This must be a power of
621 virtual void EmitValueToAlignment(unsigned ByteAlignment, int64_t Value = 0,
625 /// EmitCodeAlignment - Emit nops until the byte alignment @p ByteAlignment
631 /// @param ByteAlignment - The alignment to reach. This must be a power of
636 virtual void EmitCodeAlignment(unsigned ByteAlignment,