Home
last modified time | relevance | path

Searched refs:DW_OP_GNU_addr_index (Results 1 – 13 of 13) sorted by relevance

/external/llvm/test/DebugInfo/X86/
Dtls.ll67 ; DW_OP_GNU_addr_index
73 ; DW_OP_GNU_addr_index
/external/elfutils/libdw/
Ddwarf_getlocation_attr.c115 case DW_OP_GNU_addr_index: in dwarf_getlocation_attr()
Ddwarf.h612 DW_OP_GNU_addr_index = 0xfb, enumerator
Ddwarf_getlocation.c489 case DW_OP_GNU_addr_index: in __libdw_intern_expression()
DChangeLog651 DW_OP_GNU_const_index, DW_OP_constx and DW_OP_GNU_addr_index and
745 DW_FORM_GNU_str_index. DW_OP_GNU_addr_index, DW_OP_GNU_const_index.
755 DW_OP_GNU_addr_index as DW_OP_addrx and DW_OP_GNU_const_index as
/external/google-breakpad/src/common/dwarf/
Ddwarf2enums.h508 DW_OP_GNU_addr_index =0xfb, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFExpression.cpp100 Descriptions[DW_OP_GNU_addr_index] = Desc(Op::Dwarf4, Op::SizeLEB); in getDescriptions()
/external/elfutils/tests/
Dvarlocs.c661 case DW_OP_GNU_addr_index: in print_expr()
DChangeLog1625 * varlocx.c (print_expr): Handle DW_OP_GNU_addr_index,
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp253 addUInt(Die, dwarf::DW_FORM_data1, dwarf::DW_OP_GNU_addr_index); in addOpAddress()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp350 addUInt(Die, dwarf::DW_FORM_data1, dwarf::DW_OP_GNU_addr_index); in addOpAddress()
/external/elfutils/src/
DChangeLog1203 (print_ops): Handle DW_OP_addrx, DW_OP_GNU_addr_index,
1228 * readelf.c (print_ops): Handle DW_OP_GNU_addr_index and
Dreadelf.c4616 case DW_OP_GNU_addr_index: in print_ops()