Home
last modified time | relevance | path

Searched refs:DW_FORM_strx1 (Results 1 – 15 of 15) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
Dstring-offsets-table.ll30 ; MONOLITHIC: DW_AT_producer [DW_FORM_strx1] ( indexed (00000000) string = "clang{{.*}}")
34 ; MONOLITHIC: DW_AT_comp_dir [DW_FORM_strx1] ( indexed (00000002) string = "/home/{{.*}}")
70 ; they have the right format (DW_FORM_strx1).
74 ; SPLIT: DW_AT_name [DW_FORM_strx1] ( indexed (00000004) string = "a")
78 ; SPLIT: DW_AT_name [DW_FORM_strx1] ( indexed (00000005) string = "b")
Dstring-offsets-multiple-cus.ll49 ; BOTH: DW_AT_name [DW_FORM_strx1] ( indexed (00000009) string = "glob2")
59 ; BOTH: DW_AT_name [DW_FORM_strx1] ( indexed (0000000f) string = "glob3")
72 ; TYPEUNITS: DW_AT_name [DW_FORM_strx1] ( indexed (00000005) string = "b")
79 ; TYPEUNITS: DW_AT_name [DW_FORM_strx1] ( indexed (0000000d) string = "E2")
86 ; TYPEUNITS: DW_AT_name [DW_FORM_strx1] ( indexed (00000013) string = "E3")
Ddwarfdump-str-offsets-macho.s102 .byte 0x25 # DW_FORM_strx1
144 # A subprogram DIE with DW_AT_name, using DW_FORM_strx1.
146 .byte 3 # Subprogram name string (DW_FORM_strx1)
225 # COMMON-NEXT: DW_AT_name [DW_FORM_strx1] ( indexed (00000003) string = "MyFunc")
Ddwarfdump-str-offsets.s131 .byte 0x25 # DW_FORM_strx1
202 # A subprogram DIE with DW_AT_name, using DW_FORM_strx1.
204 .byte 3 # Subprogram name string (DW_FORM_strx1)
322 # COMMON-NEXT: DW_AT_name [DW_FORM_strx1] ( indexed (00000003) string = "MyFunc")
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp132 case DW_FORM_strx1: in skipValue()
248 case DW_FORM_strx1: in extractValue()
435 case DW_FORM_strx1: in dump()
537 Form == DW_FORM_strx1 || Form == DW_FORM_strx2 || Form == DW_FORM_strx3 || in getAsCString()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDIE.cpp387 case dwarf::DW_FORM_strx1: in EmitValue()
540 case dwarf::DW_FORM_strx1: in EmitValue()
564 case dwarf::DW_FORM_strx1: in SizeOf()
DDwarfUnit.cpp248 IxForm = dwarf::DW_FORM_strx1; in addString()
/external/elfutils/libdw/
Ddwarf_formstring.c107 case DW_FORM_strx1: in dwarf_formstring()
DlibdwP.h552 case DW_FORM_strx1: in libdw_valid_user_form()
691 [DW_FORM_addrx1] = 1, [DW_FORM_strx1] = 1, in __libdw_form_val_len()
Ddwarf.h405 DW_FORM_strx1 = 0x25, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DDWARFVisitor.cpp112 case dwarf::DW_FORM_strx1: in traverseDebugInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/BinaryFormat/
DDwarf.cpp630 case DW_FORM_strx1: in getFixedFormByteSize()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDwarfGenerator.cpp76 case DW_FORM_strx1: in addAttribute()
DDWARFDebugInfoTest.cpp141 CUDie.addAttribute(Attr_DW_FORM_strx1, DW_FORM_strx1, Strx1Value); in TestAllForms()
/external/elfutils/src/
Dreadelf.c7020 case DW_FORM_strx1: in attr_callback()
8157 case DW_FORM_strx1: in print_form_data()