Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugLine.cpp205 uint8_t sub_opcode = debug_line_data.GetU8(&offset); in DumpStatementOpcodes() local
210 switch (sub_opcode) { in DumpStatementOpcodes()
605 uint8_t sub_opcode = debug_line_data.GetU8(offset_ptr); in ParseStatementTable() local
606 switch (sub_opcode) { in ParseStatementTable()
/freebsd-12.1/sys/dev/qlxgb/
H A Dqla_hw.h429 uint8_t sub_opcode; member