Home
last modified time | relevance | path

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

/trueos/lib/libdwarf/
HDdwarf_loc.c237 case DW_OP_regx: in dwarf_op_num()
459 case DW_OP_regx: in dwarf_loc_fill()
HDdwarf.h327 #define DW_OP_regx 0x90 macro
/trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/
HDDWARFLocationDescription.cpp150 case DW_OP_regx: in print_dwarf_exp_op()
/trueos/contrib/binutils/include/elf/
HDdwarf2.h528 DW_OP_regx = 0x90, enumerator
/trueos/contrib/gcc/
HDdwarf2.h533 DW_OP_regx = 0x90, enumerator
HDunwind-dw2.c564 case DW_OP_regx: in execute_stack_op()
HDdwarf2out.c3075 case DW_OP_regx: in dwarf_stack_op_name()
3216 case DW_OP_regx: in size_of_loc_descr()
3381 case DW_OP_regx: in output_loc_operands()
3474 head = new_loc_descr (DW_OP_regx, cfa->reg, 0); in build_cfa_loc()
3491 head = new_loc_descr (DW_OP_regx, cfa->reg, 0); in build_cfa_loc()
3553 case DW_OP_regx: in get_cfa_from_loc_descr()
8680 return new_loc_descr (DW_OP_regx, regno, 0); in one_reg_loc_descriptor()
HDChangeLog-20006806 * dwarf2out.c (build_cfa_loc): Correct to use DW_OP_regx or
6809 * frame-dwarf2.c (decode_stack_op) [case DW_OP_regx]: Add missing
/trueos/contrib/llvm/lib/Support/
HDDwarf.cpp443 case DW_OP_regx: return "DW_OP_regx"; in OperationEncodingString()
/trueos/contrib/gdb/gdb/
HDdwarf2loc.c346 else if (data[0] == DW_OP_regx) in dwarf2_tracepoint_var_ref()
HDdwarf2expr.c368 case DW_OP_regx: in execute_stack_op()
HDdwarf2read.c7087 case DW_OP_regx: in dwarf_stack_op_name()
7541 case DW_OP_regx: in decode_locdesc()
/trueos/contrib/llvm/include/llvm/Support/
HDDwarf.h499 DW_OP_regx = 0x90, enumerator
/trueos/contrib/llvm/tools/lldb/source/Expression/
HDDWARFExpression.cpp517 … case DW_OP_regx: // 0x90 1 ULEB128 register in DumpLocation()
1000 case DW_OP_regx: // 0x90 1 ULEB128 register in GetOpcodeDataSize()
2431 case DW_OP_regx: in Evaluate()
/trueos/contrib/llvm/lib/Target/ARM/
HDARMAsmPrinter.cpp81 EmitInt8(dwarf::DW_OP_regx); in EmitDwarfRegOp()
108 EmitInt8(dwarf::DW_OP_regx); in EmitDwarfRegOp()
115 EmitInt8(dwarf::DW_OP_regx); in EmitDwarfRegOp()
/trueos/contrib/llvm/lib/CodeGen/AsmPrinter/
HDAsmPrinter.cpp874 EmitInt8(dwarf::DW_OP_regx); in EmitDwarfRegOp()
HDDwarfCompileUnit.cpp466 addUInt(TheDie, dwarf::DW_FORM_data1, dwarf::DW_OP_regx); in addRegisterOp()
/trueos/contrib/binutils/binutils/
HDdwarf.c850 case DW_OP_regx: in decode_location_expression()