Searched refs:ByteAlign (Results 1 – 4 of 4) sorted by relevance
25 unsigned ByteAlign, in emitLocalCommonSymbolSorted() argument
31 unsigned ByteAlign) override;
187 unsigned ByteAlign) override;934 unsigned ByteAlign) { in emitLocalCommonSymbol() argument939 if (ByteAlign > 1) { in emitLocalCommonSymbol()944 OS << ',' << ByteAlign; in emitLocalCommonSymbol()947 assert(isPowerOf2_32(ByteAlign) && "alignment must be a power of 2"); in emitLocalCommonSymbol()948 OS << ',' << Log2_32(ByteAlign); in emitLocalCommonSymbol()
1145 unsigned ByteAlign) { in emitXCOFFLocalCommonSymbol() argument