Home
last modified time | relevance | path

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

/external/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.h549 case DW_FORM_line_strp: in libdw_valid_user_form()
DChangeLog673 * dwarf_formstring.c (dwarf_formstring): Handle DW_FORM_line_strp.
802 and DW_FORM_line_strp are offset_size. DW_FORM_addrx, DW_FORM_strx,
/external/llvm-project/llvm/unittests/DebugInfo/DWARF/
DDWARFFormValueTest.cpp254 ParamType(DW_FORM_line_strp, 0, 1, DWARF32, SampleU32, 0, false),
255 ParamType(DW_FORM_line_strp, 1, 0, DWARF32, SampleU32, 0, false),
256 ParamType(DW_FORM_line_strp, 1, 1, DWARF32, SampleU32, 4, true),
257 ParamType(DW_FORM_line_strp, 1, 1, DWARF64, SampleU32, 8, true),
388 DumpValueParams{DW_FORM_line_strp, DumpTestSample32,
390 DumpValueParams{DW_FORM_line_strp, DumpTestSample64,
/external/llvm-project/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()
336 case DW_FORM_line_strp: in extractValue()
495 case DW_FORM_line_strp: in dump()
601 if (Form == DW_FORM_line_strp) { in getAsCString()
DDWARFAbbreviationDeclaration.cpp89 case DW_FORM_line_strp: in extract()
/external/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()
/external/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
DDWARFFormValue.cpp77 case DW_FORM_line_strp: in ExtractValue()
475 if (m_form == DW_FORM_line_strp) in AsCString()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
DDWARFVisitor.cpp153 case dwarf::DW_FORM_line_strp: in traverseDebugInfo()
/external/llvm-project/llvm/test/DebugInfo/X86/
Ddwarfdump-line-only.s54 .byte 0x1f # DW_FORM_line_strp (-> .debug_line_str)
/external/swiftshader/third_party/llvm-10.0/llvm/lib/BinaryFormat/
DDwarf.cpp717 case DW_FORM_line_strp: in getFixedFormByteSize()
/external/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()
/external/llvm-project/llvm/lib/BinaryFormat/
DDwarf.cpp745 case DW_FORM_line_strp: in getFixedFormByteSize()
/external/llvm-project/llvm/lib/MC/
DMCDwarf.cpp406 MCOS->emitULEB128IntValue(LineStr ? dwarf::DW_FORM_line_strp in emitV5FileDirTables()
438 MCOS->emitULEB128IntValue(LineStr ? dwarf::DW_FORM_line_strp in emitV5FileDirTables()
448 MCOS->emitULEB128IntValue(LineStr ? dwarf::DW_FORM_line_strp in emitV5FileDirTables()
/external/llvm-project/llvm/tools/obj2yaml/
Ddwarf2yaml.cpp309 case dwarf::DW_FORM_line_strp: in dumpDebugInfo()
/external/libabigail/
Dconfigure.ac844 AC_CHECK_DECL([DW_FORM_line_strp],
852 [Define to 1 if dwarf.h has the DW_FORM_line_strp enumerator])
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDIE.cpp407 case dwarf::DW_FORM_line_strp: in EmitValue()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DDIE.cpp405 case dwarf::DW_FORM_line_strp: in emitValue()
/external/llvm-project/llvm/lib/ObjectYAML/
DDWARFEmitter.cpp392 case dwarf::DW_FORM_line_strp: in writeDIE()
/external/elfutils/src/
Dreadelf.c7107 case DW_FORM_line_strp: in attr_callback()
8262 case DW_FORM_line_strp: in print_form_data()
8272 else if (form == DW_FORM_line_strp) in print_form_data()
/external/libabigail/src/
Dabg-dwarf-reader.cc6455 if (form == DW_FORM_line_strp) in form_is_DW_FORM_line_strp()
/external/llvm-project/llvm/docs/
DAMDGPUDwarfExtensionsForHeterogeneousDebugging.rst4029 DW_FORM_line_strp offset in ``.debug_line_str``