Home
last modified time | relevance | path

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

/external/elfutils/libdw/
Ddwarf_getlocation_attr.c102 case DW_OP_GNU_const_index: in dwarf_getlocation_attr()
Ddwarf.h607 DW_OP_GNU_const_index = 0xfc, enumerator
Ddwarf_getlocation.c467 case DW_OP_GNU_const_index: in __libdw_intern_expression()
DChangeLog320 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/
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-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFExpression.cpp98 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()
DChangeLog465 DW_OP_addrx, DW_OP_GNU_const_index and DW_OP_constx.
/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-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfCompileUnit.cpp219 addUInt(*Loc, dwarf::DW_FORM_data1, dwarf::DW_OP_GNU_const_index); in getOrCreateGlobalVariableDIE()
/external/elfutils/src/
DChangeLog516 DW_OP_constx, DW_OP_GNU_const_index separately and resolve
541 DW_OP_GNU_const_index.
Dreadelf.c4499 case DW_OP_GNU_const_index:; in print_ops()