Searched refs:DW_FORM_strx2 (Results 1 – 25 of 26) sorted by relevance
12
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
D | DWARFFormValue.cpp | 89 case DW_FORM_strx2: in ExtractValue() 276 case DW_FORM_strx2: in SkipValue() 465 m_form == DW_FORM_strx1 || m_form == DW_FORM_strx2 || in AsCString() 611 case DW_FORM_strx2: in FormIsSupported()
|
D | DWARFDebugInfoEntry.cpp | 132 case DW_FORM_strx2: in Extract()
|
/external/llvm-project/llvm/test/DebugInfo/X86/ |
D | dwarfdump-str-offsets-macho.s | 109 .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) 229 # COMMON-NEXT: DW_AT_name [DW_FORM_strx2] (indexed (00000004) string = "MyVar1")
|
D | dwarfdump-str-offsets.s | 139 .byte 0x26 # DW_FORM_strx2 224 # A variable DIE with DW_AT_name, using DW_FORM_strx2, and DW_AT_type. 226 .short 0x0004 # Subprogram name string (DW_FORM_strx2)
|
/external/llvm-project/llvm/test/DebugInfo/Generic/ |
D | string-offsets-form.ll | 13 ; This test verifies that we generate DW_FORM_strx2 for indexed strings properly. 14 ; Check that the first usage of DW_FORM_strx2 is with index 256. 17 ; CHECK-NOT: DW_FORM_strx2 18 ; CHECK: DW_AT_name [DW_FORM_strx2] (indexed (00000100) string =
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
D | DWARFFormValue.cpp | 160 case DW_FORM_strx2: in skipValue() 285 case DW_FORM_strx2: in extractValue() 500 case DW_FORM_strx2: in dump() 606 Form == DW_FORM_strx1 || Form == DW_FORM_strx2 || Form == DW_FORM_strx3 || in getAsCString()
|
D | DWARFVerifier.cpp | 597 case DW_FORM_strx2: in verifyDebugInfoForm()
|
/external/llvm-project/llvm/lib/DebugInfo/DWARF/ |
D | DWARFFormValue.cpp | 160 case DW_FORM_strx2: in skipValue() 288 case DW_FORM_strx2: in extractValue() 503 case DW_FORM_strx2: in dump() 608 Form == DW_FORM_strx1 || Form == DW_FORM_strx2 || Form == DW_FORM_strx3 || in getAsCString()
|
D | DWARFVerifier.cpp | 654 case DW_FORM_strx2: in verifyDebugInfoForm()
|
/external/elfutils/libdw/ |
D | dwarf_formstring.c | 113 case DW_FORM_strx2: in dwarf_formstring()
|
D | libdwP.h | 557 case DW_FORM_strx2: in libdw_valid_user_form() 715 [DW_FORM_addrx2] = 2, [DW_FORM_strx2] = 2, in __libdw_form_val_len()
|
D | dwarf.h | 412 DW_FORM_strx2 = 0x26, enumerator
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/ |
D | DWARFVisitor.cpp | 117 case dwarf::DW_FORM_strx2: in traverseDebugInfo()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
D | DIE.cpp | 392 case dwarf::DW_FORM_strx2: in EmitValue() 563 case dwarf::DW_FORM_strx2: in EmitValue() 587 case dwarf::DW_FORM_strx2: in SizeOf()
|
D | DwarfUnit.cpp | 286 IxForm = dwarf::DW_FORM_strx2; in addString()
|
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
D | DIE.cpp | 390 case dwarf::DW_FORM_strx2: in emitValue() 579 case dwarf::DW_FORM_strx2: in emitValue() 603 case dwarf::DW_FORM_strx2: in SizeOf()
|
D | DwarfUnit.cpp | 283 IxForm = dwarf::DW_FORM_strx2; in addString()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/ |
D | Dwarf.cpp | 700 case DW_FORM_strx2: in getFixedFormByteSize()
|
/external/llvm-project/llvm/lib/BinaryFormat/ |
D | Dwarf.cpp | 728 case DW_FORM_strx2: in getFixedFormByteSize()
|
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/ |
D | DWARFFormValueTest.cpp | 233 ParamType(DW_FORM_strx2, 0, 0, DWARF32, SampleU32, 2, true),
|
D | DwarfGenerator.cpp | 85 case DW_FORM_strx2: in addAttribute()
|
D | DWARFDebugInfoTest.cpp | 141 CUDie.addAttribute(Attr_DW_FORM_strx2, DW_FORM_strx2, Strx2Value); in TestAllForms()
|
/external/libabigail/ |
D | configure.ac | 811 AC_CHECK_DECL([DW_FORM_strx2], 819 [Define to 1 if dwarf.h has the DW_FORM_strx2 enumerator])
|
/external/llvm-project/llvm/lib/ObjectYAML/ |
D | DWARFEmitter.cpp | 358 case dwarf::DW_FORM_strx2: in writeDIE()
|
/external/elfutils/src/ |
D | readelf.c | 7110 case DW_FORM_strx2: in attr_callback() 8339 case DW_FORM_strx2: in print_form_data()
|
12