Home
last modified time | relevance | path

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

/external/llvm-project/lldb/test/Shell/SymbolFile/DWARF/
Ddwarf5_locations.s1 # This tests that lldb is able to process DW_OP_addrx tags introduced in dwarf5.
10 # CHECK-SAME: location = DW_OP_addrx 0x0
/external/llvm-project/llvm/test/DebugInfo/X86/
Dv5-loc.ll4 ; CHECK: DW_AT_location [DW_FORM_exprloc] (DW_OP_addrx 0x0)
Dconvert-inlined.ll20 ; DW5: DW_AT_location (DW_OP_addrx 0x0, DW_OP_deref, DW_OP_convert ([[SIG8]]) "DW_ATE_signed_8"…
/external/elfutils/libdw/
Ddwarf_getlocation_attr.c116 case DW_OP_addrx: in dwarf_getlocation_attr()
Ddwarf.h588 DW_OP_addrx = 0xa1, enumerator
Ddwarf_getlocation.c468 case DW_OP_addrx: in __libdw_intern_expression()
DChangeLog517 DW_OP_addrx.
620 DW_OP_GNU_addr_index as DW_OP_addrx and DW_OP_GNU_const_index as
748 * dwarf.h: Add DW_OP_implicit_pointer, DW_OP_addrx, DW_OP_constx,
753 DW_OP_convert, DW_OP_reinterpret, DW_OP_addrx, DW_OP_constx,
/external/llvm-project/lldb/source/Expression/
DDWARFExpression.cpp340 case DW_OP_addrx: // 0xa1 1 ULEB128 index in GetOpcodeDataSize()
428 } else if (op == DW_OP_GNU_addr_index || op == DW_OP_addrx) { in GetLocation_DW_OP_addr()
2500 case DW_OP_addrx: in Evaluate()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFExpression.cpp99 Descriptions[DW_OP_addrx] = Desc(Op::Dwarf4, Op::SizeLEB); in getDescriptions()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFExpression.cpp98 Descriptions[DW_OP_addrx] = Desc(Op::Dwarf4, Op::SizeLEB); in getDescriptions()
/external/elfutils/tests/
Dvarlocs.c663 case DW_OP_addrx: in print_expr()
DChangeLog1062 DW_OP_addrx, DW_OP_GNU_const_index and DW_OP_constx.
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp344 addUInt(Die, dwarf::DW_FORM_data1, dwarf::DW_OP_addrx); in addOpAddress()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp320 addUInt(Die, dwarf::DW_FORM_data1, dwarf::DW_OP_addrx); in addOpAddress()
/external/llvm-project/llvm/docs/
DAMDGPUDwarfExtensionsForHeterogeneousDebugging.rst617 *For example, the* ``DW_OP_constx`` *and* ``DW_OP_addrx`` *operations.*
1859 2. ``DW_OP_addrx``
1861 ``DW_OP_addrx`` has a single unsigned LEB128 integer operand that represents
3707 * ``DW_OP_addrx``, ``DW_OP_call2``, ``DW_OP_call4``, ``DW_OP_call_ref``,
DAMDGPUUsage.rst2061 DW_OP_addrx &lex_1_start;
2084 DW_OP_addrx &lex_1_1_start;
2103 DW_OP_addrx &lex_1_1_end;
2129 DW_OP_addrx &lex_1_end;
/external/elfutils/src/
DChangeLog921 (print_ops): Handle DW_OP_addrx, DW_OP_GNU_addr_index,
1057 * readelf.c (print_ops): Handle DW_OP_addrx, DW_OP_constx,
Dreadelf.c4539 case DW_OP_addrx: in print_ops()