Home
last modified time | relevance | path

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

12

/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFFormValue.cpp89 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()
DDWARFDebugInfoEntry.cpp132 case DW_FORM_strx2: in Extract()
/external/llvm-project/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)
229 # COMMON-NEXT: DW_AT_name [DW_FORM_strx2] (indexed (00000004) string = "MyVar1")
Ddwarfdump-str-offsets.s139 .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/
Dstring-offsets-form.ll13 ; 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/
DDWARFFormValue.cpp160 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()
DDWARFVerifier.cpp597 case DW_FORM_strx2: in verifyDebugInfoForm()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp160 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()
DDWARFVerifier.cpp654 case DW_FORM_strx2: in verifyDebugInfoForm()
/external/elfutils/libdw/
Ddwarf_formstring.c113 case DW_FORM_strx2: in dwarf_formstring()
DlibdwP.h557 case DW_FORM_strx2: in libdw_valid_user_form()
715 [DW_FORM_addrx2] = 2, [DW_FORM_strx2] = 2, in __libdw_form_val_len()
Ddwarf.h412 DW_FORM_strx2 = 0x26, enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DDWARFVisitor.cpp117 case dwarf::DW_FORM_strx2: in traverseDebugInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDIE.cpp392 case dwarf::DW_FORM_strx2: in EmitValue()
563 case dwarf::DW_FORM_strx2: in EmitValue()
587 case dwarf::DW_FORM_strx2: in SizeOf()
DDwarfUnit.cpp286 IxForm = dwarf::DW_FORM_strx2; in addString()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDIE.cpp390 case dwarf::DW_FORM_strx2: in emitValue()
579 case dwarf::DW_FORM_strx2: in emitValue()
603 case dwarf::DW_FORM_strx2: in SizeOf()
DDwarfUnit.cpp283 IxForm = dwarf::DW_FORM_strx2; in addString()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
DDwarf.cpp700 case DW_FORM_strx2: in getFixedFormByteSize()
/external/llvm-project/llvm/lib/BinaryFormat/
DDwarf.cpp728 case DW_FORM_strx2: in getFixedFormByteSize()
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/
DDWARFFormValueTest.cpp233 ParamType(DW_FORM_strx2, 0, 0, DWARF32, SampleU32, 2, true),
DDwarfGenerator.cpp85 case DW_FORM_strx2: in addAttribute()
DDWARFDebugInfoTest.cpp141 CUDie.addAttribute(Attr_DW_FORM_strx2, DW_FORM_strx2, Strx2Value); in TestAllForms()
/external/libabigail/
Dconfigure.ac811 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/
DDWARFEmitter.cpp358 case dwarf::DW_FORM_strx2: in writeDIE()
/external/elfutils/src/
Dreadelf.c7110 case DW_FORM_strx2: in attr_callback()
8339 case DW_FORM_strx2: in print_form_data()

12