Searched refs:DW_OP_GNU_const_index (Results 1 – 13 of 13) 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 | 607 DW_OP_GNU_const_index = 0xfc, enumerator
|
D | dwarf_getlocation.c | 467 case DW_OP_GNU_const_index: in __libdw_intern_expression()
|
D | ChangeLog | 320 DW_OP_GNU_const_index, DW_OP_constx and DW_OP_GNU_addr_index and 414 DW_FORM_GNU_str_index. DW_OP_GNU_addr_index, DW_OP_GNU_const_index. 424 DW_OP_GNU_addr_index as DW_OP_addrx and DW_OP_GNU_const_index as
|
/external/swiftshader/third_party/llvm-7.0/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-7.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFExpression.cpp | 98 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 | 465 DW_OP_addrx, DW_OP_GNU_const_index and DW_OP_constx.
|
/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-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.cpp | 219 addUInt(*Loc, dwarf::DW_FORM_data1, dwarf::DW_OP_GNU_const_index); in getOrCreateGlobalVariableDIE()
|
/external/elfutils/src/ |
D | ChangeLog | 516 DW_OP_constx, DW_OP_GNU_const_index separately and resolve 541 DW_OP_GNU_const_index.
|
D | readelf.c | 4499 case DW_OP_GNU_const_index:; in print_ops()
|