Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.cpp71 case DW_FORM_string: in ExtractValue()
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()
736 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()
984 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.cpp623 if (Form == dwarf::DW_FORM_string) { in emitValue()
781 case dwarf::DW_FORM_string: break; in emitValue()
H A DDwarfUnit.cpp252 addAttribute(Die, Attribute, dwarf::DW_FORM_string, in addString()
/freebsd/contrib/llvm-project/llvm/lib/MC/
H A DMCDwarf.cpp422 : dwarf::DW_FORM_string); in emitV5FileDirTables()
460 : dwarf::DW_FORM_string); in emitV5FileDirTables()
470 : dwarf::DW_FORM_string); in emitV5FileDirTables()
795 EmitAbbrev(MCOS, dwarf::DW_AT_name, dwarf::DW_FORM_string); in EmitGenDwarfAbbrev()
797 EmitAbbrev(MCOS, dwarf::DW_AT_comp_dir, dwarf::DW_FORM_string); in EmitGenDwarfAbbrev()
800 EmitAbbrev(MCOS, dwarf::DW_AT_APPLE_flags, dwarf::DW_FORM_string); in EmitGenDwarfAbbrev()
801 EmitAbbrev(MCOS, dwarf::DW_AT_producer, dwarf::DW_FORM_string); in EmitGenDwarfAbbrev()
809 EmitAbbrev(MCOS, dwarf::DW_AT_name, dwarf::DW_FORM_string); in EmitGenDwarfAbbrev()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Parallel/
H A DDWARFLinkerTypeUnit.cpp279 DWARFFormValue::createFromPValue(dwarf::DW_FORM_string, in addFileNameIntoLinetable()
298 dwarf::DW_FORM_string, FileName->getKeyData()); in addFileNameIntoLinetable()
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 DDIEGenerator.h130 *OutputDIE->addValue(Allocator, Attr, dwarf::DW_FORM_string, Block); in addInplaceString()
H A DOutputSections.cpp121 case dwarf::DW_FORM_string: { in emitString()
H A DDIEAttributeCloner.cpp64 case dwarf::DW_FORM_string: in clone()
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.cpp741 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/ObjectYAML/
H A DDWARFEmitter.cpp378 case dwarf::DW_FORM_string: in writeDIE()
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/
H A DDWARFStreamer.cpp979 case dwarf::DW_FORM_string: { in emitLineTableString()
H A DDWARFLinker.cpp1553 case dwarf::DW_FORM_string: in cloneAttribute()
/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()