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

/freebsd-11-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1657 const char *dwo_path = GetDWOName(*dwarf_cu, *die.GetDIE()); local
1658 if (!dwo_path)
1662 dwo_module_spec.GetFileSpec().SetFile(dwo_path, FileSpec::Style::native);
1670 dwo_module_spec.GetFileSpec().AppendPathComponent(dwo_path);

Completed in 264 milliseconds