Searched refs:ByteAlign (Results 1 – 4 of 4) sorted by relevance
25 unsigned ByteAlign, in emitLocalCommonSymbolSorted() argument
31 unsigned ByteAlign) override;
189 unsigned ByteAlign) override;944 unsigned ByteAlign) { in emitLocalCommonSymbol() argument949 if (ByteAlign > 1) { in emitLocalCommonSymbol()954 OS << ',' << ByteAlign; in emitLocalCommonSymbol()957 assert(isPowerOf2_32(ByteAlign) && "alignment must be a power of 2"); in emitLocalCommonSymbol()958 OS << ',' << Log2_32(ByteAlign); in emitLocalCommonSymbol()
1161 unsigned ByteAlign) { in emitXCOFFLocalCommonSymbol() argument