Lines Matching refs:BufferOS
575 raw_string_ostream BufferOS(Buffer); in emitDebugLine() local
577 writeInteger(LineTable.MinInstLength, BufferOS, DI.IsLittleEndian); in emitDebugLine()
580 writeInteger(LineTable.MaxOpsPerInst, BufferOS, DI.IsLittleEndian); in emitDebugLine()
581 writeInteger(LineTable.DefaultIsStmt, BufferOS, DI.IsLittleEndian); in emitDebugLine()
582 writeInteger(LineTable.LineBase, BufferOS, DI.IsLittleEndian); in emitDebugLine()
583 writeInteger(LineTable.LineRange, BufferOS, DI.IsLittleEndian); in emitDebugLine()
591 writeInteger(OpcodeBase, BufferOS, DI.IsLittleEndian); in emitDebugLine()
593 writeInteger(OpcodeLength, BufferOS, DI.IsLittleEndian); in emitDebugLine()
596 BufferOS.write(IncludeDir.data(), IncludeDir.size()); in emitDebugLine()
597 BufferOS.write('\0'); in emitDebugLine()
599 BufferOS.write('\0'); in emitDebugLine()
602 emitFileEntry(BufferOS, File); in emitDebugLine()
603 BufferOS.write('\0'); in emitDebugLine()
609 writeLineTableOpcode(Op, OpcodeBase, DI.Is64BitAddrSize ? 8 : 4, BufferOS, in emitDebugLine()