Searched refs:DW_OP_GNU_const_index (Results 1 – 18 of 18) sorted by relevance
/external/elfutils/libdw/ |
D | dwarf_getlocation_attr.c | 102 case DW_OP_GNU_const_index: in dwarf_getlocation_attr()
|
D | dwarf.h | 613 DW_OP_GNU_const_index = 0xfc, enumerator
|
D | dwarf_getlocation.c | 471 case DW_OP_GNU_const_index: in __libdw_intern_expression()
|
D | ChangeLog | 516 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/ |
D | dwarfdump-tls.ll | 22 ; 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/ |
D | dwarf2enums.h | 509 DW_OP_GNU_const_index =0xfc enumerator
|
/external/llvm-project/llvm/test/DebugInfo/X86/ |
D | tls.ll | 35 ; DW_OP_GNU_const_index (0xfx == 252) to refer to the debug_addr table
|
/external/llvm/test/DebugInfo/X86/ |
D | tls.ll | 35 ; 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/ |
D | DWARFExpression.cpp | 101 Descriptions[DW_OP_GNU_const_index] = Desc(Op::Dwarf4, Op::SizeLEB); in getDescriptions()
|
/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
D | DWARFExpression.cpp | 100 Descriptions[DW_OP_GNU_const_index] = Desc(Op::Dwarf4, Op::SizeLEB); in getDescriptions()
|
/external/elfutils/tests/ |
D | varlocs.c | 680 case DW_OP_GNU_const_index: in print_expr()
|
D | ChangeLog | 1062 DW_OP_addrx, DW_OP_GNU_const_index and DW_OP_constx.
|
/external/llvm-project/lldb/source/Expression/ |
D | DWARFExpression.cpp | 380 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/ |
D | DwarfCompileUnit.cpp | 176 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/ |
D | DwarfCompileUnit.cpp | 263 addUInt(*Loc, dwarf::DW_FORM_data1, dwarf::DW_OP_GNU_const_index); in addLocationAttribute()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.cpp | 256 addUInt(*Loc, dwarf::DW_FORM_data1, dwarf::DW_OP_GNU_const_index); in addLocationAttribute()
|
/external/elfutils/src/ |
D | ChangeLog | 922 DW_OP_constx, DW_OP_GNU_const_index separately and resolve 947 DW_OP_GNU_const_index.
|
D | readelf.c | 4542 case DW_OP_GNU_const_index:; in print_ops()
|