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/ |
D | string-offsets-multiple-cus.ll | 30 ; 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]])
|
D | dwarfdump-str-offsets-macho.s | 76 .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)
|
D | string-offsets-table.ll | 16 ; 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)
|
D | dwarfdump-str-offsets.s | 105 .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)
|
D | dwarfdump-str-offsets-invalid-3.s | 40 .byte 0x72 # DW_AT_str_offsets_base
|
D | dwarfdump-str-offsets-invalid-4.s | 18 .byte 0x72 # DW_AT_str_offsets_base
|
D | dwarfdump-str-offsets-invalid-6.s | 40 .byte 0x72 # DW_AT_str_offsets_base
|
/external/elfutils/libdw/ |
D | dwarf_formudata.c | 262 case DW_AT_str_offsets_base: in dwarf_formudata()
|
D | dwarf.h | 269 DW_AT_str_offsets_base = 0x72, enumerator
|
D | libdwP.h | 1021 if (dwarf_attr (&cu_die, DW_AT_str_offsets_base, &attr) != NULL) in str_offsets_base_off()
|
/external/llvm/include/llvm/Support/ |
D | Dwarf.h | 192 DW_AT_str_offsets_base = 0x72, enumerator
|
/external/llvm/lib/Support/ |
D | Dwarf.cpp | 143 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/ |
D | DwarfGenerator.cpp | 134 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/ |
D | DWARFUnit.cpp | 293 isDWO ? 0 : toSectionOffset(UnitDie.find(DW_AT_str_offsets_base), 0); in extractDIEsIfNeeded()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfUnit.cpp | 1751 addSectionLabel(getUnitDie(), dwarf::DW_AT_str_offsets_base, in addStringOffsetsStart()
|
/external/elfutils/src/ |
D | readelf.c | 7248 case DW_AT_str_offsets_base: in attr_callback()
|