Home
last modified time | relevance | path

Searched refs:dwo_symbol_file (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFUnit.cpp85 std::shared_ptr<SymbolFileDWARFDwo> dwo_symbol_file = in ExtractUnitDIEIfNeeded() local
87 if (!dwo_symbol_file) in ExtractUnitDIEIfNeeded()
90 DWARFUnit *dwo_cu = dwo_symbol_file->GetDWOCompileUnitForHash(*m_dwo_id); in ExtractUnitDIEIfNeeded()
96 dwo_symbol_file->GetObjectFile()->GetFileSpec().GetPath().c_str(), in ExtractUnitDIEIfNeeded()
130 else if (dwo_symbol_file->GetDWARFContext() in ExtractUnitDIEIfNeeded()
136 dwo_symbol_file->GetDWARFContext().getOrLoadLocListsData().GetByteSize() > in ExtractUnitDIEIfNeeded()
142 m_dwo = std::shared_ptr<DWARFUnit>(std::move(dwo_symbol_file), dwo_cu); in ExtractUnitDIEIfNeeded()
H A DManualDWARFIndex.cpp171 if (SymbolFileDWARFDwo *dwo_symbol_file = unit.GetDwoSymbolFile()) { in IndexUnit() local
175 if (dwo_symbol_file == dwp) { in IndexUnit()
178 DWARFDebugInfo &dwo_info = dwo_symbol_file->DebugInfo(); in IndexUnit()