Home
last modified time | relevance | path

Searched refs:DW_FORM_string (Results 1 – 23 of 23) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.cpp71 case DW_FORM_string: in ExtractValue()
162 {0, 0}, // 0x08 DW_FORM_string
239 case DW_FORM_string: in SkipValue()
358 case DW_FORM_string: in Dump()
463 if (m_form == DW_FORM_string) in AsCString()
614 case DW_FORM_string: in FormIsSupported()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp141 case DW_FORM_string: in skipValue()
314 case DW_FORM_string: in extractValue()
441 case DW_FORM_string: in dump()
595 if (Form == DW_FORM_string) in getAsCString()
746 if (!isFormClass(FC_String) && Form == DW_FORM_string) in getAsCStringOffset()
H A DDWARFDebugLine.cpp205 DWARFFormValue::createFromPValue(dwarf::DW_FORM_string, S.data()); in parseV2DirFileTables()
220 DWARFFormValue::createFromPValue(dwarf::DW_FORM_string, Name.data()); in parseV2DirFileTables()
1000 DWARFFormValue::createFromPValue(dwarf::DW_FORM_string, Name); in parse()
/freebsd/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_attr.c70 case DW_FORM_string: in _dwarf_attr_add()
179 case DW_FORM_string: in _dwarf_attr_init()
355 case DW_FORM_string: in _dwarf_attr_write()
H A Ddwarf_form.c385 case DW_FORM_string: in dwarf_formstring()
414 case DW_FORM_string: in dwarf_get_form_class()
H A Ddwarf_attrval.c88 case DW_FORM_string: in dwarf_attrval_string()
H A Ddwarf.h314 #define DW_FORM_string 0x08 macro
H A Dlibdwarf_lineno.c298 case DW_FORM_string: in _dwarf_lineno_init()
H A Ddwarf_dump.c647 case DW_FORM_string: in dwarf_get_FORM_name()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp296 addULEB128(dwarf::DW_FORM_string); in hashAttribute()
302 addULEB128(dwarf::DW_FORM_string); in hashAttribute()
H A DDIE.cpp619 if (Form == dwarf::DW_FORM_string) { in emitValue()
777 case dwarf::DW_FORM_string: break; in emitValue()
H A DDwarfUnit.cpp253 addAttribute(Die, Attribute, dwarf::DW_FORM_string, in addString()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp428 : dwarf::DW_FORM_string); in emitV5FileDirTables()
466 : dwarf::DW_FORM_string); in emitV5FileDirTables()
476 : dwarf::DW_FORM_string); in emitV5FileDirTables()
801 EmitAbbrev(MCOS, dwarf::DW_AT_name, dwarf::DW_FORM_string); in EmitGenDwarfAbbrev()
803 EmitAbbrev(MCOS, dwarf::DW_AT_comp_dir, dwarf::DW_FORM_string); in EmitGenDwarfAbbrev()
806 EmitAbbrev(MCOS, dwarf::DW_AT_APPLE_flags, dwarf::DW_FORM_string); in EmitGenDwarfAbbrev()
807 EmitAbbrev(MCOS, dwarf::DW_AT_producer, dwarf::DW_FORM_string); in EmitGenDwarfAbbrev()
815 EmitAbbrev(MCOS, dwarf::DW_AT_name, dwarf::DW_FORM_string); in EmitGenDwarfAbbrev()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDebugLineSectionEmitter.h199 dwarf::Form FileNameForm = dwarf::DW_FORM_string; in emitLineTablePrologueV5IncludeAndFileTable()
200 dwarf::Form LLVMSourceForm = dwarf::DW_FORM_string; in emitLineTablePrologueV5IncludeAndFileTable()
H A DDWARFLinkerCompileUnit.cpp1006 OutSection.emitString(dwarf::DW_FORM_string, MacroEntry.ExtStr); in emitMacroTableImpl()
1025 OutSection.emitString(dwarf::DW_FORM_string, MacroEntry.MacroStr); in emitMacroTableImpl()
/freebsd/contrib/llvm-project/llvm/lib/BinaryFormat/
H A DDwarf.cpp783 case DW_FORM_string: // C-string with null terminator. in getFixedFormByteSize()
/freebsd/contrib/llvm-project/llvm/lib/DWP/
H A DDWP.cpp60 if (Form == dwarf::DW_FORM_string) in getIndexedString()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/
H A DDWARFStreamer.cpp
H A DDWARFLinker.cpp
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp979 case dwarf::DW_FORM_string: { in emitLineTableString()
H A DDWARFLinker.cpp1570 case dwarf::DW_FORM_string: in cloneAttribute()
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DDWARFEmitter.cpp378 case dwarf::DW_FORM_string: in writeDIE()
/freebsd/contrib/elftoolchain/readelf/
H A Dreadelf.c5373 case DW_FORM_string: in dump_dwarf_die()
5381 if (form == DW_FORM_string) in dump_dwarf_die()