Home
last modified time | relevance | path

Searched refs:DW_FORM_GNU_strp_alt (Results 1 – 24 of 24) sorted by relevance

/external/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp124 case DW_FORM_GNU_strp_alt: in isFormClass()
217 case DW_FORM_GNU_strp_alt: { in extractValue()
359 case DW_FORM_GNU_strp_alt: in skipValue()
439 case DW_FORM_GNU_strp_alt: { in dump()
511 if (Form == DW_FORM_GNU_strp_alt || U == nullptr) in getAsCString()
/external/elfutils/libdw/
Ddwarf_formstring.c51 Dwarf *dbg_ret = ((attrp->form == DW_FORM_GNU_strp_alt in dwarf_formstring()
74 || attrp->form == DW_FORM_GNU_strp_alt in dwarf_formstring()
Dlibdw_form.c67 case DW_FORM_GNU_strp_alt: in __libdw_form_val_compute_len()
Ddwarf.h425 DW_FORM_GNU_strp_alt = 0x1f21 /* offset in alternate .debug_str. */ enumerator
DChangeLog658 as DW_FORM_GNU_strp_alt.
2051 * dwarf.h: Add DW_FORM_GNU_ref_alt and DW_FORM_GNU_strp_alt.
2063 * dwarf_formstring.c (dwarf_formstring): Handle DW_FORM_GNU_strp_alt.
2074 and DW_FORM_GNU_strp_alt.
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp170 case DW_FORM_GNU_strp_alt: in skipValue()
218 case DW_FORM_GNU_strp_alt: in isFormClass()
328 case DW_FORM_GNU_strp_alt: in extractValue()
508 case DW_FORM_GNU_strp_alt: in dump()
596 if (Form == DW_FORM_GNU_strp_alt || C == nullptr) in getAsCString()
DDWARFAbbreviationDeclaration.cpp88 case DW_FORM_GNU_strp_alt: in extract()
/external/llvm-project/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp170 case DW_FORM_GNU_strp_alt: in skipValue()
218 case DW_FORM_GNU_strp_alt: in isFormClass()
335 case DW_FORM_GNU_strp_alt: in extractValue()
511 case DW_FORM_GNU_strp_alt: in dump()
598 if (Form == DW_FORM_GNU_strp_alt || C == nullptr) in getAsCString()
DDWARFAbbreviationDeclaration.cpp88 case DW_FORM_GNU_strp_alt: in extract()
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/
DDWARFFormValueTest.cpp262 ParamType(DW_FORM_GNU_strp_alt, 0, 1, DWARF32, SampleU32, 0, false),
263 ParamType(DW_FORM_GNU_strp_alt, 1, 0, DWARF32, SampleU32, 0, false),
264 ParamType(DW_FORM_GNU_strp_alt, 1, 1, DWARF32, SampleU32, 4, true),
265 ParamType(DW_FORM_GNU_strp_alt, 1, 1, DWARF64, SampleU32, 8, true),
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DDWARFVisitor.cpp152 case dwarf::DW_FORM_GNU_strp_alt: in traverseDebugInfo()
/external/llvm/lib/Support/
DDwarf.cpp260 case DW_FORM_GNU_strp_alt: return "DW_FORM_GNU_strp_alt"; in FormEncodingString()
/external/llvm/include/llvm/Support/
DDwarf.h320 DW_FORM_GNU_strp_alt = 0x1f21 enumerator
/external/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
DDwarf.cpp716 case DW_FORM_GNU_strp_alt: in getFixedFormByteSize()
/external/llvm-project/llvm/lib/BinaryFormat/
DDwarf.cpp744 case DW_FORM_GNU_strp_alt: in getFixedFormByteSize()
/external/llvm-project/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp308 case dwarf::DW_FORM_GNU_strp_alt: in dumpDebugInfo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDIE.cpp406 case dwarf::DW_FORM_GNU_strp_alt: in EmitValue()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDIE.cpp404 case dwarf::DW_FORM_GNU_strp_alt: in emitValue()
/external/llvm-project/llvm/lib/ObjectYAML/
DDWARFEmitter.cpp391 case dwarf::DW_FORM_GNU_strp_alt: in writeDIE()
/external/elfutils/
DNEWS385 DW_FORM_GNU_strp_alt is now enabled by default and no longer
477 and DW_FORM_GNU_strp_alt. Disabled by default. Use configure
/external/elfutils/config/
Delfutils.spec.in598 DW_FORM_GNU_strp_alt is now enabled by default and no longer
668 DW_FORM_GNU_ref_alt and DW_FORM_GNU_strp_alt. Disabled by
/external/libabigail/src/
Dabg-dwarf-reader.cc7568 || l_attr.form == DW_FORM_GNU_strp_alt in compare_dies_string_attribute_value()
7574 || r_attr.form == DW_FORM_GNU_strp_alt in compare_dies_string_attribute_value()
7580 || (l_attr.form == DW_FORM_GNU_strp_alt in compare_dies_string_attribute_value()
7581 && r_attr.form == DW_FORM_GNU_strp_alt) in compare_dies_string_attribute_value()
/external/elfutils/src/
DChangeLog2770 DW_FORM_GNU_strp_alt.
Dreadelf.c7114 case DW_FORM_GNU_strp_alt: in attr_callback()