Home
last modified time | relevance | path

Searched refs:DW_FORM_sec_offset (Results 1 – 25 of 38) sorted by relevance

12

/external/elfutils/libdw/
Ddwarf_formudata.c53 if (attr->form == DW_FORM_sec_offset) in __libdw_formptr()
125 case DW_FORM_sec_offset: in dwarf_formudata()
130 if (attr->form == DW_FORM_sec_offset in dwarf_formudata()
186 if (attr->form == DW_FORM_sec_offset) in dwarf_formudata()
Dlibdw_form.c63 case DW_FORM_sec_offset: in __libdw_form_val_compute_len()
Ddwarf.h306 DW_FORM_sec_offset = 0x17, enumerator
/external/llvm/lib/CodeGen/AsmPrinter/
DDIE.cpp255 case dwarf::DW_FORM_sec_offset: // Fall thru in EmitValue()
287 case dwarf::DW_FORM_sec_offset: // Fall thru in SizeOf()
328 if (Form == dwarf::DW_FORM_sec_offset) return 4; in SizeOf()
345 Form == dwarf::DW_FORM_sec_offset || in EmitValue()
353 if (Form == dwarf::DW_FORM_sec_offset) return 4; in SizeOf()
375 if (Form == dwarf::DW_FORM_sec_offset) return 4; in SizeOf()
600 if (Form == dwarf::DW_FORM_sec_offset) in SizeOf()
DDwarfCompileUnit.cpp241 DD->getDwarfVersion() >= 4 ? dwarf::DW_FORM_sec_offset in addSectionLabel()
374 DD->getDwarfVersion() >= 4 ? dwarf::DW_FORM_sec_offset in addSectionDelta()
792 dwarf::Form Form = DD->getDwarfVersion() >= 4 ? dwarf::DW_FORM_sec_offset in addLocationList()
/external/llvm/test/tools/dsymutil/X86/
Dbasic-lto-dw4-linking-x86.test12 CHECK: DW_AT_stmt_list [DW_FORM_sec_offset] (0x00000000)
51 CHECK: DW_AT_stmt_list [DW_FORM_sec_offset] (0x00000044)
76 CHECK: DW_AT_location [DW_FORM_sec_offset] (0x00000000)
91 CHECK: DW_AT_stmt_list [DW_FORM_sec_offset] (0x0000009a)
108 CHECK: DW_AT_location [DW_FORM_sec_offset] (0x00000025)
112 CHECK: DW_AT_ranges [DW_FORM_sec_offset] (0x00000000
/external/llvm/test/DebugInfo/X86/
Dfission-ranges.ll11 ; CHECK-NEXT: DW_AT_GNU_addr_base [DW_FORM_sec_offset] (0x00000000)
15 ; CHECK: DW_AT_location [DW_FORM_sec_offset] ([[A:0x[0-9a-z]*]])
16 ; CHECK: DW_AT_location [DW_FORM_sec_offset] ([[E:0x[0-9a-z]*]])
17 ; CHECK: DW_AT_location [DW_FORM_sec_offset] ([[B:0x[0-9a-z]*]])
18 ; CHECK: DW_AT_location [DW_FORM_sec_offset] ([[D:0x[0-9a-z]*]])
19 ; CHECK: DW_AT_ranges [DW_FORM_sec_offset] (0x00000000
Dfission-cu.ll27 ; CHECK: DW_AT_stmt_list DW_FORM_sec_offset
59 ; CHECK-NEXT: DW_AT_stmt_list [DW_FORM_sec_offset] (0x00000000)
Dstmt-list-multiple-compile-units.ll10 ; CHECK: DW_AT_stmt_list [DW_FORM_sec_offset] (0x00000000)
18 ; CHECK: DW_AT_stmt_list [DW_FORM_sec_offset] (0x0000003c)
Dempty.ll17 ; FISSION-NOT: DW_AT_GNU_addr_base [DW_FORM_sec_offset]
DDW_AT_stmt_list_sec_offset.ll6 ; CHECK: DW_AT_stmt_list [DW_FORM_sec_offset]
Dop_deref.ll10 ; DWARF4: DW_AT_location [DW_FORM_sec_offset] (0x00000000)
DDW_AT_location-reference.ll34 ; CHECK-NEXT: DW_AT_location [DW_FORM_sec_offset] (0x00000000)
Ddebug-loc-offset.ll48 ; CHECK: DW_AT_location [DW_FORM_sec_offset] (0x00000000)
/external/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp214 case DW_FORM_sec_offset: in extractValue()
356 case DW_FORM_sec_offset: in skipValue()
478 case DW_FORM_sec_offset: in dump()
/external/llvm/test/DebugInfo/Generic/
Dempty.ll22 ; FISSION-NOT: DW_AT_GNU_addr_base [DW_FORM_sec_offset]
/external/llvm/test/MC/ELF/
Ddiscriminator.s43 .byte 23 # DW_FORM_sec_offset
/external/llvm/unittests/DebugInfo/DWARF/
DDWARFFormValueTest.cpp45 isFormClass(DW_FORM_sec_offset, DWARFFormValue::FC_SectionOffset)); in TEST()
/external/google-breakpad/src/common/dwarf/
Ddwarf2reader_die_unittest.cc374 dwarf2reader::DW_FORM_sec_offset); in TEST_P()
387 dwarf2reader::DW_FORM_sec_offset, in TEST_P()
Ddwarf2enums.h149 DW_FORM_sec_offset = 0x17, enumerator
/external/llvm/test/DebugInfo/Mips/
Ddsr-fixed-objects.ll25 ; F0: DW_AT_location [DW_FORM_sec_offset] (0x00000014)
58 ; F1: DW_AT_location [DW_FORM_sec_offset] (0x00000033)
/external/valgrind/coregrind/m_debuginfo/
Dpriv_d3basics.h208 DW_FORM_sec_offset = 0x17, enumerator
/external/llvm/lib/Support/
DDwarf.cpp249 case DW_FORM_sec_offset: return "DW_FORM_sec_offset"; in FormEncodingString()
/external/llvm/include/llvm/Support/
DDwarf.h309 DW_FORM_sec_offset = 0x17, enumerator
/external/llvm/test/DebugInfo/Generic/Inputs/
Dgmlt.ll17 ; CHECK: DW_AT_ranges [DW_FORM_sec_offset] (0x00000000

12