Home
last modified time | relevance | path

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

/trueos/contrib/llvm/lib/DebugInfo/
HDDWARFDebugLine.cpp425 uint8_t opcode_length = prologue->StandardOpcodeLengths[opcode - 1]; in parseStatementTable() local
426 for (uint8_t i=0; i<opcode_length; ++i) in parseStatementTable()
/trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFDebugLine.cpp793 const uint8_t opcode_length = prologue->standard_opcode_lengths[opcode - 1]; in ParseStatementTable() local
794 for (i=0; i<opcode_length; ++i) in ParseStatementTable()