Home
last modified time | relevance | path

Searched refs:opcode_column_width (Results 1 – 1 of 1) sorted by relevance

/NextBSD/contrib/llvm/tools/lldb/source/Core/
HDDisassembler.cpp606 size_t opcode_column_width = 7; in Dump() local
647 if (m_opcode_name.length() >= opcode_column_width) in Dump()
649 opcode_column_width = m_opcode_name.length() + 1; in Dump()
653 ss.FillLastLineToColumn (opcode_pos + opcode_column_width, ' '); in Dump()
658 … ss.FillLastLineToColumn (opcode_pos + opcode_column_width + operand_column_width, ' '); in Dump()