Home
last modified time | relevance | path

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

/external/elfutils/libdw/
Ddwarf_getlocation_attr.c102 case DW_OP_GNU_const_index: in dwarf_getlocation_attr()
Ddwarf.h613 DW_OP_GNU_const_index = 0xfc, enumerator
Ddwarf_getlocation.c471 case DW_OP_GNU_const_index: in __libdw_intern_expression()
DChangeLog516 DW_OP_GNU_const_index, DW_OP_constx and DW_OP_GNU_addr_index and
610 DW_FORM_GNU_str_index. DW_OP_GNU_addr_index, DW_OP_GNU_const_index.
620 DW_OP_GNU_addr_index as DW_OP_addrx and DW_OP_GNU_const_index as
/external/llvm-project/llvm/test/DebugInfo/Mips/
Ddwarfdump-tls.ll22 ; CHECK-NEXT: DW_AT_location (DW_OP_GNU_const_index 0x0, {{DW_OP_GNU_push_tls_address|DW_OP_form_t…
/external/google-breakpad/src/common/dwarf/
Ddwarf2enums.h509 DW_OP_GNU_const_index =0xfc enumerator
/external/llvm-project/llvm/test/DebugInfo/X86/
Dtls.ll35 ; DW_OP_GNU_const_index (0xfx == 252) to refer to the debug_addr table
/external/llvm/test/DebugInfo/X86/
Dtls.ll35 ; DW_OP_GNU_const_index (0xfx == 252) to refer to the debug_addr table
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFExpression.cpp101 Descriptions[DW_OP_GNU_const_index] = Desc(Op::Dwarf4, Op::SizeLEB); in getDescriptions()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFExpression.cpp100 Descriptions[DW_OP_GNU_const_index] = Desc(Op::Dwarf4, Op::SizeLEB); in getDescriptions()
/external/elfutils/tests/
Dvarlocs.c680 case DW_OP_GNU_const_index: in print_expr()
DChangeLog1062 DW_OP_addrx, DW_OP_GNU_const_index and DW_OP_constx.
/external/llvm-project/lldb/source/Expression/
DDWARFExpression.cpp380 case DW_OP_GNU_const_index: // 0xfc 1 ULEB128 index in GetOpcodeDataSize()
2521 case DW_OP_GNU_const_index: { in Evaluate()
/external/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp176 addUInt(*Loc, dwarf::DW_FORM_data1, dwarf::DW_OP_GNU_const_index); in getOrCreateGlobalVariableDIE()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp263 addUInt(*Loc, dwarf::DW_FORM_data1, dwarf::DW_OP_GNU_const_index); in addLocationAttribute()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp256 addUInt(*Loc, dwarf::DW_FORM_data1, dwarf::DW_OP_GNU_const_index); in addLocationAttribute()
/external/elfutils/src/
DChangeLog922 DW_OP_constx, DW_OP_GNU_const_index separately and resolve
947 DW_OP_GNU_const_index.
Dreadelf.c4542 case DW_OP_GNU_const_index:; in print_ops()