/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFFormValue.cpp | 71 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 D | DWARFFormValue.cpp | 141 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 D | DWARFDebugLine.cpp | 205 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 D | libdwarf_attr.c | 70 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 D | dwarf_form.c | 385 case DW_FORM_string: in dwarf_formstring() 414 case DW_FORM_string: in dwarf_get_form_class()
|
H A D | dwarf_attrval.c | 88 case DW_FORM_string: in dwarf_attrval_string()
|
H A D | dwarf.h | 314 #define DW_FORM_string 0x08 macro
|
H A D | libdwarf_lineno.c | 298 case DW_FORM_string: in _dwarf_lineno_init()
|
H A D | dwarf_dump.c | 647 case DW_FORM_string: in dwarf_get_FORM_name()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DIEHash.cpp | 296 addULEB128(dwarf::DW_FORM_string); in hashAttribute() 302 addULEB128(dwarf::DW_FORM_string); in hashAttribute()
|
H A D | DIE.cpp | 619 if (Form == dwarf::DW_FORM_string) { in emitValue() 777 case dwarf::DW_FORM_string: break; in emitValue()
|
H A D | DwarfUnit.cpp | 253 addAttribute(Die, Attribute, dwarf::DW_FORM_string, in addString()
|
/freebsd/contrib/llvm-project/llvm/lib/MC/ |
H A D | MCDwarf.cpp | 428 : 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 D | DebugLineSectionEmitter.h | 199 dwarf::Form FileNameForm = dwarf::DW_FORM_string; in emitLineTablePrologueV5IncludeAndFileTable() 200 dwarf::Form LLVMSourceForm = dwarf::DW_FORM_string; in emitLineTablePrologueV5IncludeAndFileTable()
|
H A D | DWARFLinkerCompileUnit.cpp | 1006 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 D | Dwarf.cpp | 783 case DW_FORM_string: // C-string with null terminator. in getFixedFormByteSize()
|
/freebsd/contrib/llvm-project/llvm/lib/DWP/ |
H A D | DWP.cpp | 60 if (Form == dwarf::DW_FORM_string) in getIndexedString()
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/ |
H A D | DWARFStreamer.cpp |
|
H A D | DWARFLinker.cpp |
|
/freebsd/contrib/llvm-project/llvm/lib/DWARFLinker/Classic/ |
H A D | DWARFStreamer.cpp | 979 case dwarf::DW_FORM_string: { in emitLineTableString()
|
H A D | DWARFLinker.cpp | 1570 case dwarf::DW_FORM_string: in cloneAttribute()
|
/freebsd/contrib/llvm-project/llvm/lib/ObjectYAML/ |
H A D | DWARFEmitter.cpp | 378 case dwarf::DW_FORM_string: in writeDIE()
|
/freebsd/contrib/elftoolchain/readelf/ |
H A D | readelf.c | 5373 case DW_FORM_string: in dump_dwarf_die() 5381 if (form == DW_FORM_string) in dump_dwarf_die()
|