Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFDebugLine.cpp315 uint8_t adjust_opcode = 255 - prologue.opcode_base; in DumpStatementOpcodes() local
362 uint8_t adjust_opcode = opcode - prologue.opcode_base; in DumpStatementOpcodes() local
749 uint8_t adjust_opcode = 255 - prologue->opcode_base; in ParseStatementTable() local
833 uint8_t adjust_opcode = opcode - prologue->opcode_base; in ParseStatementTable() local
/freebsd-10-stable/contrib/llvm/lib/DebugInfo/
DDWARFDebugLine.cpp381 uint8_t adjust_opcode = 255 - prologue->OpcodeBase; in parseStatementTable() local
465 uint8_t adjust_opcode = opcode - prologue->OpcodeBase; in parseStatementTable() local