Searched refs:dwo (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/tools/llvm-dwp/
H A Dllvm-dwp.cpp9 // A utility for merging DWARF 5 Split DWARF .dwo files into .dwp (DWARF
56 cl::desc("Specify the executable/library files to get the list of *.dwo from"),
513 {"debug_info.dwo", {MCOFI.getDwarfInfoDWOSection(), DW_SECT_INFO}},
514 {"debug_types.dwo", {MCOFI.getDwarfTypesDWOSection(), DW_SECT_TYPES}},
515 {"debug_str_offsets.dwo", {StrOffsetSection, DW_SECT_STR_OFFSETS}},
516 {"debug_str.dwo", {StrSection, static_cast<DWARFSectionKind>(0)}},
517 {"debug_loc.dwo", {MCOFI.getDwarfLocDWOSection(), DW_SECT_LOC}},
518 {"debug_line.dwo", {MCOFI.getDwarfLineDWOSection(), DW_SECT_LINE}},
519 {"debug_abbrev.dwo", {MCOFI.getDwarfAbbrevDWOSection(), DW_SECT_ABBREV}},
655 cl::ParseCommandLineOptions(argc, argv, "merge split dwarf (.dwo) file
[all...]
/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp187 // units. We are not able to access these DIE *and* the dwo file
188 // simultaneously. We also don't need to do that as the dwo file will
262 // may use DW_FORM_strx* forms pointing to its own .debug_str_offsets.dwo and
349 return; // Can't fetch the compile unit from the dwo file.
353 return; // Can't fetch the compile unit DIE from the dwo file.
360 return; // The 2 dwo ID isn't match. Don't use the dwo file as it belongs to
558 if (SymbolFileDWARFDwo *dwo = GetDwoSymbolFile())
559 return *dwo->GetCompileUnit();
H A DSymbolFileDWARF.cpp1678 // (corresponding to .dwo itself) is being processed, it will see
1679 // the presence of DW_AT_dwo_name (which contains the name of dwo
1682 // generates a *.dwo file which has DW_AT_dwo_name, but no
1687 // (corresponding to .dwo) so we simply skip it.
1688 if (m_objfile_sp->GetFileSpec().GetFileNameExtension() == ".dwo" &&
2413 SymbolFileDWARFDwo *dwo = cu->GetDwoSymbolFile(); local
2414 if (dwo)
2415 dwo->GetMangledNamesForFunction(scope_qualified_name, mangled_names);

Completed in 122 milliseconds