Searched refs:ByteAlign (Results 1 – 4 of 4) sorted by relevance
26 unsigned ByteAlign, in emitLocalCommonSymbolSorted() argument
31 unsigned ByteAlign) override;
191 unsigned ByteAlign) override;976 unsigned ByteAlign) { in emitLocalCommonSymbol() argument981 if (ByteAlign > 1) { in emitLocalCommonSymbol()986 OS << ',' << ByteAlign; in emitLocalCommonSymbol()989 assert(isPowerOf2_32(ByteAlign) && "alignment must be a power of 2"); in emitLocalCommonSymbol()990 OS << ',' << Log2_32(ByteAlign); in emitLocalCommonSymbol()
1172 unsigned ByteAlign) { in emitXCOFFLocalCommonSymbol() argument