Home
last modified time | relevance | path

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

/trueos/lib/libdwarf/
HDdwarf_loc.c103 case DW_OP_deref: in dwarf_op_num()
325 case DW_OP_deref: in dwarf_loc_fill()
HDdwarf.h190 #define DW_OP_deref 0x06 macro
/trueos/contrib/gdb/gdb/
HDdwarf2expr.c482 case DW_OP_deref: in execute_stack_op()
494 case DW_OP_deref: in execute_stack_op()
HDdwarf2read.c6813 case DW_OP_deref: in dwarf_stack_op_name()
7617 case DW_OP_deref: in decode_locdesc()
/trueos/contrib/llvm/lib/CodeGen/AsmPrinter/
HDDwarfCompileUnit.cpp500 addUInt(Block, dwarf::DW_FORM_data1, dwarf::DW_OP_deref); in addAddress()
537 addUInt(Block, dwarf::DW_FORM_data1, dwarf::DW_OP_deref); in addComplexAddress()
655 addUInt(Block, dwarf::DW_FORM_data1, dwarf::DW_OP_deref); in addBlockByrefAddress()
667 addUInt(Block, dwarf::DW_FORM_data1, dwarf::DW_OP_deref); in addBlockByrefAddress()
1859 addUInt(VBaseLocationDie, dwarf::DW_FORM_data1, dwarf::DW_OP_deref); in constructMemberDIE()
1863 addUInt(VBaseLocationDie, dwarf::DW_FORM_data1, dwarf::DW_OP_deref); in constructMemberDIE()
HDDwarfDebug.cpp2736 Asm->EmitInt8(dwarf::DW_OP_deref); in emitDebugLoc()
2759 Asm->EmitInt8(dwarf::DW_OP_deref); in emitDebugLoc()
HDAsmPrinter.cpp866 EmitInt8(dwarf::DW_OP_deref); in EmitDwarfRegOp()
/trueos/contrib/binutils/include/elf/
HDdwarf2.h391 DW_OP_deref = 0x06, enumerator
/trueos/contrib/gcc/
HDdwarf2.h396 DW_OP_deref = 0x06, enumerator
HDunwind-dw2.c655 case DW_OP_deref: in execute_stack_op()
669 case DW_OP_deref: in execute_stack_op()
HDdwarf2out.c2801 case DW_OP_deref: in dwarf_stack_op_name()
3477 tmp = new_loc_descr (DW_OP_deref, 0, 0); in build_cfa_loc()
3595 case DW_OP_deref: in get_cfa_from_loc_descr()
8901 add_loc_descr (&mem_loc_result, new_loc_descr (DW_OP_deref, 0, 0)); in mem_loc_descriptor()
9555 op = DW_OP_deref; in loc_descriptor_from_tree_1()
9796 tmp = new_loc_descr (DW_OP_deref, 0, 0); in add_data_member_location_attribute()
9809 tmp = new_loc_descr (DW_OP_deref, 0, 0); in add_data_member_location_attribute()
HDChangeLog-200616581 DW_OP_deref{,_size} if address isn't going to be added.
/trueos/contrib/llvm/lib/Support/
HDDwarf.cpp306 case DW_OP_deref: return "DW_OP_deref"; in OperationEncodingString()
/trueos/contrib/llvm/include/llvm/Support/
HDDwarf.h362 DW_OP_deref = 0x06, enumerator
/trueos/contrib/llvm/tools/lldb/source/Expression/
HDDWARFExpression.cpp328 …case DW_OP_deref: *s << "DW_OP_deref"; break; // 0… in DumpLocation()
838 case DW_OP_deref: // 0x06 in GetOpcodeDataSize()
1430 case DW_OP_deref: in Evaluate()
/trueos/contrib/binutils/binutils/
HDdwarf.c605 case DW_OP_deref: in decode_location_expression()