Searched refs:dwo_symbol_file (Results 1 – 2 of 2) sorted by relevance
85 std::shared_ptr<SymbolFileDWARFDwo> dwo_symbol_file = in ExtractUnitDIEIfNeeded() local87 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()
171 if (SymbolFileDWARFDwo *dwo_symbol_file = unit.GetDwoSymbolFile()) { in IndexUnit() local175 if (dwo_symbol_file == dwp) { in IndexUnit()178 DWARFDebugInfo &dwo_info = dwo_symbol_file->DebugInfo(); in IndexUnit()