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

/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugLine.cpp224 uint8_t sub_opcode = debug_line_data.GetU8(&offset); local
226 // log->Printf( "Extended: <%u> %2.2x ", len, sub_opcode);
228 switch (sub_opcode)
263 // it does include the sub_opcode, so we have to adjust for that below
621 uint8_t sub_opcode = debug_line_data.GetU8(offset_ptr); local
622 switch (sub_opcode)
679 // it does include the sub_opcode, so we have to adjust for that below
/external/llvm/lib/DebugInfo/
H A DDWARFDebugLine.cpp275 uint8_t sub_opcode = debug_line_data.getU8(offset_ptr); local
276 switch (sub_opcode) {
346 // it does include the sub_opcode, so we have to adjust for that below

Completed in 172 milliseconds