Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugLine.cpp294 uint8_t adjust_opcode = 255 - prologue.opcode_base; in DumpStatementOpcodes() local
296 (adjust_opcode / prologue.line_range) * prologue.min_inst_length; in DumpStatementOpcodes()
338 uint8_t adjust_opcode = opcode - prologue.opcode_base; in DumpStatementOpcodes() local
340 (adjust_opcode / prologue.line_range) * prologue.min_inst_length; in DumpStatementOpcodes()
342 prologue.line_base + (adjust_opcode % prologue.line_range); in DumpStatementOpcodes()
732 uint8_t adjust_opcode = 255 - prologue->opcode_base; in ParseStatementTable() local
733 dw_addr_t addr_offset = (adjust_opcode / prologue->line_range) * in ParseStatementTable()
819 uint8_t adjust_opcode = opcode - prologue->opcode_base; in ParseStatementTable() local
821 (adjust_opcode / prologue->line_range) * prologue->min_inst_length; in ParseStatementTable()
823 prologue->line_base + (adjust_opcode % prologue->line_range); in ParseStatementTable()