Lines Matching refs:BufferOS
574 raw_string_ostream BufferOS(Buffer); in emitDebugLine() local
576 writeInteger(LineTable.MinInstLength, BufferOS, DI.IsLittleEndian); in emitDebugLine()
579 writeInteger(LineTable.MaxOpsPerInst, BufferOS, DI.IsLittleEndian); in emitDebugLine()
580 writeInteger(LineTable.DefaultIsStmt, BufferOS, DI.IsLittleEndian); in emitDebugLine()
581 writeInteger(LineTable.LineBase, BufferOS, DI.IsLittleEndian); in emitDebugLine()
582 writeInteger(LineTable.LineRange, BufferOS, DI.IsLittleEndian); in emitDebugLine()
590 writeInteger(OpcodeBase, BufferOS, DI.IsLittleEndian); in emitDebugLine()
592 writeInteger(OpcodeLength, BufferOS, DI.IsLittleEndian); in emitDebugLine()
595 BufferOS.write(IncludeDir.data(), IncludeDir.size()); in emitDebugLine()
596 BufferOS.write('\0'); in emitDebugLine()
598 BufferOS.write('\0'); in emitDebugLine()
601 emitFileEntry(BufferOS, File); in emitDebugLine()
602 BufferOS.write('\0'); in emitDebugLine()
608 writeLineTableOpcode(Op, OpcodeBase, DI.Is64BitAddrSize ? 8 : 4, BufferOS, in emitDebugLine()