Searched refs:DW_OP_regx (Results 1 – 18 of 18) sorted by relevance
| /trueos/lib/libdwarf/ |
| HD | dwarf_loc.c | 237 case DW_OP_regx: in dwarf_op_num() 459 case DW_OP_regx: in dwarf_loc_fill()
|
| HD | dwarf.h | 327 #define DW_OP_regx 0x90 macro
|
| /trueos/contrib/llvm/tools/lldb/source/Plugins/SymbolFile/DWARF/ |
| HD | DWARFLocationDescription.cpp | 150 case DW_OP_regx: in print_dwarf_exp_op()
|
| /trueos/contrib/binutils/include/elf/ |
| HD | dwarf2.h | 528 DW_OP_regx = 0x90, enumerator
|
| /trueos/contrib/gcc/ |
| HD | dwarf2.h | 533 DW_OP_regx = 0x90, enumerator
|
| HD | unwind-dw2.c | 564 case DW_OP_regx: in execute_stack_op()
|
| HD | dwarf2out.c | 3075 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()
|
| HD | ChangeLog-2000 | 6806 * 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/ |
| HD | Dwarf.cpp | 443 case DW_OP_regx: return "DW_OP_regx"; in OperationEncodingString()
|
| /trueos/contrib/gdb/gdb/ |
| HD | dwarf2loc.c | 346 else if (data[0] == DW_OP_regx) in dwarf2_tracepoint_var_ref()
|
| HD | dwarf2expr.c | 368 case DW_OP_regx: in execute_stack_op()
|
| HD | dwarf2read.c | 7087 case DW_OP_regx: in dwarf_stack_op_name() 7541 case DW_OP_regx: in decode_locdesc()
|
| /trueos/contrib/llvm/include/llvm/Support/ |
| HD | Dwarf.h | 499 DW_OP_regx = 0x90, enumerator
|
| /trueos/contrib/llvm/tools/lldb/source/Expression/ |
| HD | DWARFExpression.cpp | 517 … 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/ |
| HD | ARMAsmPrinter.cpp | 81 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/ |
| HD | AsmPrinter.cpp | 874 EmitInt8(dwarf::DW_OP_regx); in EmitDwarfRegOp()
|
| HD | DwarfCompileUnit.cpp | 466 addUInt(TheDie, dwarf::DW_FORM_data1, dwarf::DW_OP_regx); in addRegisterOp()
|
| /trueos/contrib/binutils/binutils/ |
| HD | dwarf.c | 850 case DW_OP_regx: in decode_location_expression()
|