Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFDebugLine.cpp224 uint8_t sub_opcode = debug_line_data.GetU8(&offset); in DumpStatementOpcodes() local
228 switch (sub_opcode) in DumpStatementOpcodes()
606 uint8_t sub_opcode = debug_line_data.GetU8(offset_ptr); in ParseStatementTable() local
607 switch (sub_opcode) in ParseStatementTable()
/NextBSD/contrib/llvm/lib/DebugInfo/DWARF/
HDDWARFDebugLine.cpp284 uint8_t sub_opcode = debug_line_data.getU8(offset_ptr); in parse() local
285 switch (sub_opcode) { in parse()
/NextBSD/sys/dev/qlxgb/
HDqla_hw.h427 uint8_t sub_opcode; member