Home
last modified time | relevance | path

Searched refs:DW_AT_str_offsets_base (Results 1 – 16 of 16) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
Dstring-offsets-multiple-cus.ll30 ; Check that all 3 compile units have the correct DW_AT_str_offsets_base attributes
39 ; BOTH: DW_AT_str_offsets_base [DW_FORM_sec_offset] (0x[[CU1_STROFF:[0-9a-f]+]])
45 ; BOTH: DW_AT_str_offsets_base [DW_FORM_sec_offset] (0x[[CU1_STROFF]])
55 ; BOTH: DW_AT_str_offsets_base [DW_FORM_sec_offset] (0x[[CU1_STROFF]])
61 ; Verify that all 3 type units have the proper DW_AT_str_offsets_base attribute.
66 ; TYPEUNITS: DW_AT_str_offsets_base [DW_FORM_sec_offset] (0x[[CU1_STROFF]])
76 ; TYPEUNITS: DW_AT_str_offsets_base [DW_FORM_sec_offset] (0x[[CU1_STROFF]])
83 ; TYPEUNITS: DW_AT_str_offsets_base [DW_FORM_sec_offset] (0x[[CU1_STROFF]])
Ddwarfdump-str-offsets-macho.s76 .byte 0x72 # DW_AT_str_offsets_base
87 .byte 0x72 # DW_AT_str_offsets_base
208 # Abbreviation for DW_AT_str_offsets_base
213 # COMMON: DW_AT_str_offsets_base DW_FORM_sec_offset
221 # COMMON-NEXT: DW_AT_str_offsets_base [DW_FORM_sec_offset] (0x00000008)
240 # COMMON-NEXT: DW_AT_str_offsets_base [DW_FORM_sec_offset] (0x00000038)
247 # COMMON-NEXT: DW_AT_str_offsets_base [DW_FORM_sec_offset] (0x00000058)
Dstring-offsets-table.ll16 ; In the non-split scenario, check the DW_AT_str_offsets_base attribute
22 ; MONOLITHIC: DW_AT_str_offsets_base DW_FORM_sec_offset
32 ; MONOLITHIC: DW_AT_str_offsets_base [DW_FORM_sec_offset] (0x00000008)
53 ; For split dwarf, verify that the skeleton unit has the DW_AT_str_offsets_base
61 ; SPLIT: DW_AT_str_offsets_base [DW_FORM_sec_offset] (0x00000008)
Ddwarfdump-str-offsets.s105 .byte 0x72 # DW_AT_str_offsets_base
116 .byte 0x72 # DW_AT_str_offsets_base
305 # Abbreviation for DW_AT_str_offsets_base
310 # COMMON: DW_AT_str_offsets_base DW_FORM_sec_offset
318 # COMMON-NEXT: DW_AT_str_offsets_base [DW_FORM_sec_offset] (0x00000008)
337 # COMMON-NEXT: DW_AT_str_offsets_base [DW_FORM_sec_offset] (0x00000038)
Ddwarfdump-str-offsets-invalid-3.s40 .byte 0x72 # DW_AT_str_offsets_base
Ddwarfdump-str-offsets-invalid-4.s18 .byte 0x72 # DW_AT_str_offsets_base
Ddwarfdump-str-offsets-invalid-6.s40 .byte 0x72 # DW_AT_str_offsets_base
/external/elfutils/libdw/
Ddwarf_formudata.c262 case DW_AT_str_offsets_base: in dwarf_formudata()
Ddwarf.h269 DW_AT_str_offsets_base = 0x72, enumerator
DlibdwP.h1021 if (dwarf_attr (&cu_die, DW_AT_str_offsets_base, &attr) != NULL) in str_offsets_base_off()
/external/llvm/include/llvm/Support/
DDwarf.h192 DW_AT_str_offsets_base = 0x72, enumerator
/external/llvm/lib/Support/
DDwarf.cpp143 case DW_AT_str_offsets_base: return "DW_AT_str_offsets_base"; in AttributeString()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDwarfGenerator.cpp134 addAttribute(dwarf::DW_AT_str_offsets_base, DW_FORM_sec_offset, *Expr); in addStrOffsetsBaseAttribute()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFUnit.cpp293 isDWO ? 0 : toSectionOffset(UnitDie.find(DW_AT_str_offsets_base), 0); in extractDIEsIfNeeded()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.cpp1751 addSectionLabel(getUnitDie(), dwarf::DW_AT_str_offsets_base, in addStringOffsetsStart()
/external/elfutils/src/
Dreadelf.c7248 case DW_AT_str_offsets_base: in attr_callback()