Home
last modified time | relevance | path

Searched refs:DW_FORM_strx2 (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/
Ddwarfdump-str-offsets-macho.s109 .byte 0x26 # DW_FORM_strx2
147 # A variable DIE with DW_AT_name, using DW_FORM_strx2.
149 .short 0x0004 # Subprogram name string (DW_FORM_strx2)
228 # COMMON-NEXT: DW_AT_name [DW_FORM_strx2] ( indexed (00000004) string = "MyVar1")
Ddwarfdump-str-offsets.s138 .byte 0x26 # DW_FORM_strx2
205 # A variable DIE with DW_AT_name, using DW_FORM_strx2.
207 .short 0x0004 # Subprogram name string (DW_FORM_strx2)
325 # COMMON-NEXT: DW_AT_name [DW_FORM_strx2] ( indexed (00000004) string = "MyVar1")
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp133 case DW_FORM_strx2: in skipValue()
254 case DW_FORM_strx2: in extractValue()
436 case DW_FORM_strx2: 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/test/DebugInfo/Generic/
Dstring-offsets-form.ll14 ; This test verifies that we generate DW_FORM_strx2 for indexed strings properly.
15 ; Check that the first usage of DW_FORM_strx2 is with index 256.
18 ; CHECK-NOT: DW_FORM_strx2
19 ; CHECK: DW_AT_name [DW_FORM_strx2] ( indexed (00000100) string =
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDIE.cpp391 case dwarf::DW_FORM_strx2: in EmitValue()
541 case dwarf::DW_FORM_strx2: in EmitValue()
565 case dwarf::DW_FORM_strx2: in SizeOf()
DDwarfUnit.cpp255 IxForm = dwarf::DW_FORM_strx2; in addString()
/external/elfutils/libdw/
Ddwarf_formstring.c113 case DW_FORM_strx2: in dwarf_formstring()
DlibdwP.h553 case DW_FORM_strx2: in libdw_valid_user_form()
694 [DW_FORM_addrx2] = 2, [DW_FORM_strx2] = 2, in __libdw_form_val_len()
Ddwarf.h406 DW_FORM_strx2 = 0x26, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ObjectYAML/
DDWARFVisitor.cpp118 case dwarf::DW_FORM_strx2: in traverseDebugInfo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/BinaryFormat/
DDwarf.cpp636 case DW_FORM_strx2: in getFixedFormByteSize()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/DebugInfo/DWARF/
DDwarfGenerator.cpp77 case DW_FORM_strx2: in addAttribute()
DDWARFDebugInfoTest.cpp142 CUDie.addAttribute(Attr_DW_FORM_strx2, DW_FORM_strx2, Strx2Value); in TestAllForms()
/external/elfutils/src/
Dreadelf.c7021 case DW_FORM_strx2: in attr_callback()
8163 case DW_FORM_strx2: in print_form_data()