Home
last modified time | relevance | path

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

12

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/internal/dwarf/
Ddwarf.go415 {DW_AT_name, DW_FORM_string},
420 {DW_AT_comp_dir, DW_FORM_string},
421 {DW_AT_producer, DW_FORM_string},
422 {DW_AT_go_package_name, DW_FORM_string},
431 {DW_AT_name, DW_FORM_string},
433 {DW_AT_comp_dir, DW_FORM_string},
434 {DW_AT_producer, DW_FORM_string},
435 {DW_AT_go_package_name, DW_FORM_string},
444 {DW_AT_name, DW_FORM_string},
459 {DW_AT_name, DW_FORM_string},
[all …]
Dputvarabbrevgen.go11 {DW_AT_name, DW_FORM_string},
20 {DW_AT_name, DW_FORM_string},
45 {DW_AT_name, DW_FORM_string},
56 {DW_AT_name, DW_FORM_string},
67 {DW_AT_name, DW_FORM_string},
77 {DW_AT_name, DW_FORM_string},
103 {DW_AT_name, DW_FORM_string},
115 {DW_AT_name, DW_FORM_string},
127 {DW_AT_name, DW_FORM_string},
138 {DW_AT_name, DW_FORM_string},
Ddwarf_defs.go203 DW_FORM_string = 0x08 // string const
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp139 case DW_FORM_string: in skipValue()
318 case DW_FORM_string: in extractValue()
440 case DW_FORM_string: in dump()
593 if (Form == DW_FORM_string) in getAsCString()
716 if (!isFormClass(FC_String) && Form == DW_FORM_string) in getAsCStringOffset()
H A DDWARFDebugLine.cpp167 DWARFFormValue::createFromPValue(dwarf::DW_FORM_string, S.data()); in parseV2DirFileTables()
177 DWARFFormValue::createFromPValue(dwarf::DW_FORM_string, Name.data()); in parseV2DirFileTables()
659 DWARFFormValue::createFromPValue(dwarf::DW_FORM_string, Name); in parse()
/aosp_15_r20/external/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp207 case DW_FORM_string: in extractValue()
298 case DW_FORM_string: in skipValue()
393 case DW_FORM_string: in dump()
508 if (Form == DW_FORM_string) in getAsCString()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/DWARF/
H A DDWARFFormValue.cpp141 case DW_FORM_string: in skipValue()
339 case DW_FORM_string: in extractValue()
478 case DW_FORM_string: in dump()
632 if (Form == DW_FORM_string) in getAsCString()
764 if (!isFormClass(FC_String) && Form == DW_FORM_string) in getAsCStringOffset()
/aosp_15_r20/external/pytorch/torch/csrc/profiler/unwind/
H A Ddwarf_symbolize_enums.h28 DW_FORM_string = 0x08, enumerator
104 case DW_FORM_string: in formSize()
H A Dsections.h62 case DW_FORM_string: { in readString()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCDwarf.cpp388 : dwarf::DW_FORM_string); in emitV5FileDirTables()
420 : dwarf::DW_FORM_string); in emitV5FileDirTables()
430 : dwarf::DW_FORM_string); in emitV5FileDirTables()
819 EmitAbbrev(MCOS, dwarf::DW_AT_name, dwarf::DW_FORM_string); in EmitGenDwarfAbbrev()
821 EmitAbbrev(MCOS, dwarf::DW_AT_comp_dir, dwarf::DW_FORM_string); in EmitGenDwarfAbbrev()
824 EmitAbbrev(MCOS, dwarf::DW_AT_APPLE_flags, dwarf::DW_FORM_string); in EmitGenDwarfAbbrev()
825 EmitAbbrev(MCOS, dwarf::DW_AT_producer, dwarf::DW_FORM_string); in EmitGenDwarfAbbrev()
833 EmitAbbrev(MCOS, dwarf::DW_AT_name, dwarf::DW_FORM_string); in EmitGenDwarfAbbrev()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/MC/
H A DMCDwarf.cpp415 : dwarf::DW_FORM_string); in emitV5FileDirTables()
453 : dwarf::DW_FORM_string); in emitV5FileDirTables()
463 : dwarf::DW_FORM_string); in emitV5FileDirTables()
793 EmitAbbrev(MCOS, dwarf::DW_AT_name, dwarf::DW_FORM_string); in EmitGenDwarfAbbrev()
795 EmitAbbrev(MCOS, dwarf::DW_AT_comp_dir, dwarf::DW_FORM_string); in EmitGenDwarfAbbrev()
798 EmitAbbrev(MCOS, dwarf::DW_AT_APPLE_flags, dwarf::DW_FORM_string); in EmitGenDwarfAbbrev()
799 EmitAbbrev(MCOS, dwarf::DW_AT_producer, dwarf::DW_FORM_string); in EmitGenDwarfAbbrev()
807 EmitAbbrev(MCOS, dwarf::DW_AT_name, dwarf::DW_FORM_string); in EmitGenDwarfAbbrev()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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.cpp624 if (Form == dwarf::DW_FORM_string) { in emitValue()
782 case dwarf::DW_FORM_string: break; in emitValue()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DDIEHash.cpp281 addULEB128(dwarf::DW_FORM_string); in hashAttribute()
287 addULEB128(dwarf::DW_FORM_string); in hashAttribute()
H A DDIE.cpp609 if (Form == dwarf::DW_FORM_string) { in EmitValue()
772 case dwarf::DW_FORM_string: break; in EmitValue()
/aosp_15_r20/external/llvm/lib/MC/
H A DMCDwarf.cpp532 EmitAbbrev(MCOS, dwarf::DW_AT_name, dwarf::DW_FORM_string); in EmitGenDwarfAbbrev()
534 EmitAbbrev(MCOS, dwarf::DW_AT_comp_dir, dwarf::DW_FORM_string); in EmitGenDwarfAbbrev()
537 EmitAbbrev(MCOS, dwarf::DW_AT_APPLE_flags, dwarf::DW_FORM_string); in EmitGenDwarfAbbrev()
538 EmitAbbrev(MCOS, dwarf::DW_AT_producer, dwarf::DW_FORM_string); in EmitGenDwarfAbbrev()
546 EmitAbbrev(MCOS, dwarf::DW_AT_name, dwarf::DW_FORM_string); in EmitGenDwarfAbbrev()
/aosp_15_r20/external/google-breakpad/src/common/dwarf/
H A Ddwarf2reader_die_unittest.cc176 .Attribute(google_breakpad::DW_AT_name, google_breakpad::DW_FORM_string) in TEST_P()
200 google_breakpad::DW_FORM_string, in TEST_P()
218 .Attribute(google_breakpad::DW_AT_name, google_breakpad::DW_FORM_string) in TEST_P()
243 google_breakpad::DW_FORM_string, in TEST_P()
/aosp_15_r20/external/llvm/test/tools/llvm-dwp/X86/
H A Dinvalid_string_form.test3 CHECK: error: string field encoded without DW_FORM_string or DW_FORM_GNU_str_index
H A Dgcc_type.test8 // Check that llvm-dwp can parse DW_FORM_string for CU name
/aosp_15_r20/external/elfutils/libdw/
H A Ddwarf_macro_param2.c51 case DW_FORM_string: in dwarf_macro_param2()
H A Ddwarf_getmacros.c105 MACRO_PROTO (p_udata_str, DW_FORM_udata, DW_FORM_string); in init_macinfo_table()
232 MACRO_PROTO (p_udata_str, DW_FORM_udata, DW_FORM_string); in get_table_for_offset()
H A Dlibdw_form.c97 case DW_FORM_string: in __libdw_form_val_compute_len()
H A Ddwarf_formstring.c45 if (attrp->form == DW_FORM_string) in dwarf_formstring()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/ObjectYAML/
H A DDWARFVisitor.cpp140 case dwarf::DW_FORM_string: in traverseDebugInfo()
/aosp_15_r20/art/libelffile/dwarf/
H A Ddebug_info_entry_writer.h167 debug_abbrev_->AddAbbrevAttribute(attrib, DW_FORM_string); in WriteString()

12