Home
last modified time | relevance | path

Searched refs:DW_FORM_line_strp (Results 1 – 16 of 16) sorted by relevance

/third_party/elfutils/libdw/
Ddwarf_formstring.c61 Elf_Data *data = ((attrp->form == DW_FORM_line_strp) in dwarf_formstring()
66 __libdw_seterrno ((attrp->form == DW_FORM_line_strp) in dwarf_formstring()
82 else if (attrp->form == DW_FORM_line_strp) in dwarf_formstring()
Dlibdw_form.c64 case DW_FORM_line_strp: in __libdw_form_val_compute_len()
Ddwarf.h405 DW_FORM_line_strp = 0x1f, enumerator
DlibdwP.h562 case DW_FORM_line_strp: in libdw_valid_user_form()
DChangeLog808 * dwarf_formstring.c (dwarf_formstring): Handle DW_FORM_line_strp.
937 and DW_FORM_line_strp are offset_size. DW_FORM_addrx, DW_FORM_strx,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
DDWARFFormValue.cpp168 case DW_FORM_line_strp: in skipValue()
225 if (Form == DW_FORM_strp || Form == DW_FORM_line_strp) in isFormClass()
329 case DW_FORM_line_strp: in extractValue()
493 case DW_FORM_line_strp: in dump()
599 if (Form == DW_FORM_line_strp) { in getAsCString()
DDWARFAbbreviationDeclaration.cpp89 case DW_FORM_line_strp: in extract()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DDWARFVisitor.cpp153 case dwarf::DW_FORM_line_strp: in traverseDebugInfo()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
DMCDwarf.cpp387 MCOS->EmitULEB128IntValue(LineStr ? dwarf::DW_FORM_line_strp in emitV5FileDirTables()
419 MCOS->EmitULEB128IntValue(LineStr ? dwarf::DW_FORM_line_strp in emitV5FileDirTables()
429 MCOS->EmitULEB128IntValue(LineStr ? dwarf::DW_FORM_line_strp in emitV5FileDirTables()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
DDwarf.cpp717 case DW_FORM_line_strp: in getFixedFormByteSize()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDIE.cpp407 case dwarf::DW_FORM_line_strp: in EmitValue()
/third_party/libabigail/
Dconfigure.ac990 AC_CHECK_DECL([DW_FORM_line_strp],
998 [Define to 1 if dwarf.h has the DW_FORM_line_strp enumerator])
DNEWS305 dwarf-reader: Support fast DW_FORM_line_strp string comparison
312 dwarf-reader: Use DW_FORM_line_strp only if it's present
DChangeLog7314 dwarf-reader: Use DW_FORM_line_strp only if it's present
7316 DW_FORM_line_strp enumerator is present.
7593 dwarf-reader: Support fast DW_FORM_line_strp string comparison
7595 Support DW_FORM_line_strp.
/third_party/elfutils/src/
Dreadelf.c7276 case DW_FORM_line_strp: in attr_callback()
8432 case DW_FORM_line_strp: in print_form_data()
8442 else if (form == DW_FORM_line_strp) in print_form_data()
/third_party/libabigail/src/
Dabg-dwarf-reader.cc6043 if (form == DW_FORM_line_strp) in form_is_DW_FORM_line_strp()