Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/elftoolchain/dist/libdwarf/
H A Ddwarf.h579 #define DW_OP_implicit_pointer 0xa0 macro
/netbsd-src/external/apache2/llvm/dist/llvm/docs/
H A DAMDGPUDwarfExtensionsForHeterogeneousDebugging.rst283 Similarly, ``DW_OP_implicit_pointer`` treats its implicit pointer value as
722 created by the ``DW_OP_implicit_pointer`` or
725 associated ``DW_OP_implicit_pointer`` or
797 ``DW_OP_implicit_pointer`` and ``DW_OP_LLVM_aspace_implicit_pointer``
1124 This comment also applies to ``DW_OP_implicit_pointer`` and
1238 ``DW_OP_implicit_pointer`` operation.*
1516 ``DW_OP_implicit_pointer`` and ``DW_OP_LLVM_implicit_aspace_pointer``
1895 location descriptions created by the ``DW_OP_implicit_pointer`` and
2108 location descriptions created by the ``DW_OP_implicit_pointer`` and
2117 3. ``DW_OP_implicit_pointer``
[all …]
H A DLangRef.rst5565 operator DW_OP_implicit_pointer in representation and specification (number
/netbsd-src/external/gpl3/gcc.old/dist/include/
H A Ddwarf2.def651 DW_OP (DW_OP_implicit_pointer, 0xa0)
/netbsd-src/external/gpl3/binutils/dist/include/
H A Ddwarf2.def651 DW_OP (DW_OP_implicit_pointer, 0xa0)
/netbsd-src/external/gpl3/gcc/dist/include/
H A Ddwarf2.def651 DW_OP (DW_OP_implicit_pointer, 0xa0)
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Ddwarf2.def651 DW_OP (DW_OP_implicit_pointer, 0xa0)
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddwarf2out.cc1688 case DW_OP_implicit_pointer: in dwarf_OP()
1977 case DW_OP_implicit_pointer: in size_of_loc_descr()
2407 case DW_OP_implicit_pointer: in output_loc_operands()
2726 case DW_OP_implicit_pointer: in output_loc_operands_raw()
17071 ret = new_loc_descr (dwarf_OP (DW_OP_implicit_pointer), 0, offset); in implicit_ptr_descriptor()
18461 case DW_OP_implicit_pointer: in resolve_args_picking_1()
29868 case DW_OP_implicit_pointer: in prune_unused_types_walk_loc_descr()
30719 loc->dw_loc_opc = dwarf_OP (DW_OP_implicit_pointer); in optimize_one_addr_into_implicit_ptr()
30800 case DW_OP_implicit_pointer: in resolve_addr_in_expr()
30979 l = new_loc_descr (dwarf_OP (DW_OP_implicit_pointer), 0, offset); in optimize_location_into_implicit_ptr()
[all …]
H A DChangeLog-20167723 (non_dwarf_expression): Handle DW_OP_implicit_pointer.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddwarf2out.c1631 case DW_OP_implicit_pointer: in dwarf_OP()
1920 case DW_OP_implicit_pointer: in size_of_loc_descr()
2350 case DW_OP_implicit_pointer: in output_loc_operands()
2669 case DW_OP_implicit_pointer: in output_loc_operands_raw()
16581 ret = new_loc_descr (dwarf_OP (DW_OP_implicit_pointer), 0, offset); in implicit_ptr_descriptor()
17963 case DW_OP_implicit_pointer: in resolve_args_picking_1()
29180 case DW_OP_implicit_pointer: in prune_unused_types_walk_loc_descr()
29979 loc->dw_loc_opc = dwarf_OP (DW_OP_implicit_pointer); in optimize_one_addr_into_implicit_ptr()
30060 case DW_OP_implicit_pointer: in resolve_addr_in_expr()
30239 l = new_loc_descr (dwarf_OP (DW_OP_implicit_pointer), 0, offset); in optimize_location_into_implicit_ptr()
[all …]
/netbsd-src/external/gpl3/binutils/dist/binutils/
H A Ddwarf.c1548 case DW_OP_implicit_pointer: in decode_location_expression()
1555 (op == DW_OP_implicit_pointer in decode_location_expression()
1571 (op == DW_OP_implicit_pointer in decode_location_expression()
H A DChangeLog-20171589 * dwarf.c (decode_location_expression): Support DW_OP_implicit_pointer,
/netbsd-src/external/gpl3/binutils.old/dist/binutils/
H A Ddwarf.c1593 case DW_OP_implicit_pointer: in decode_location_expression()
1600 (op == DW_OP_implicit_pointer in decode_location_expression()
1616 (op == DW_OP_implicit_pointer in decode_location_expression()
H A DChangeLog-20171589 * dwarf.c (decode_location_expression): Support DW_OP_implicit_pointer,