Searched refs:dwo_symbol_file (Results 1 – 2 of 2) sorted by relevance
83 std::shared_ptr<SymbolFileDWARFDwo> dwo_symbol_file = in ExtractUnitDIEIfNeeded() local85 if (!dwo_symbol_file) in ExtractUnitDIEIfNeeded()88 DWARFUnit *dwo_cu = dwo_symbol_file->GetDWOCompileUnitForHash(*m_dwo_id); in ExtractUnitDIEIfNeeded()94 dwo_symbol_file->GetObjectFile()->GetFileSpec().GetPath().c_str(), in ExtractUnitDIEIfNeeded()123 else if (dwo_symbol_file->GetDWARFContext() in ExtractUnitDIEIfNeeded()129 dwo_symbol_file->GetDWARFContext().getOrLoadLocListsData().GetByteSize() > in ExtractUnitDIEIfNeeded()135 m_dwo = std::shared_ptr<DWARFUnit>(std::move(dwo_symbol_file), dwo_cu); in ExtractUnitDIEIfNeeded()
167 if (SymbolFileDWARFDwo *dwo_symbol_file = unit.GetDwoSymbolFile()) { in IndexUnit() local171 if (dwo_symbol_file == dwp) { in IndexUnit()174 DWARFDebugInfo &dwo_info = dwo_symbol_file->DebugInfo(); in IndexUnit()