Home
last modified time | relevance | path

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

/external/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFLocationDescription.cpp56 DRC_class opcode_class; in print_dwarf_exp_op() local
62 opcode_class = DW_OP_value_to_class (opcode) & (~DRC_DWARFv3); in print_dwarf_exp_op()
67 if (opcode_class == DRC_ZEROOPERANDS) in print_dwarf_exp_op()
70 if (opcode_class == DRC_TWOOPERANDS && opcode == DW_OP_bregx) in print_dwarf_exp_op()
77 if (opcode_class != DRC_ONEOPERAND) in print_dwarf_exp_op()