Searched refs:dwo_symbol_file (Results 1 – 2 of 2) sorted by relevance
352 std::shared_ptr<SymbolFileDWARFDwo> dwo_symbol_file = in AddUnitDIE() local354 if (!dwo_symbol_file) in AddUnitDIE()359 DWARFUnit *dwo_cu = dwo_symbol_file->GetDWOCompileUnitForHash(main_dwo_id); in AddUnitDIE()381 else if (dwo_symbol_file->GetDWARFContext() in AddUnitDIE()387 dwo_symbol_file->GetDWARFContext().getOrLoadLocListsData().GetByteSize() > in AddUnitDIE()392 m_dwo = std::shared_ptr<DWARFUnit>(std::move(dwo_symbol_file), dwo_cu); in AddUnitDIE()
128 if (SymbolFileDWARFDwo *dwo_symbol_file = unit.GetDwoSymbolFile()) { in IndexUnit() local132 if (dwo_symbol_file == dwp) { in IndexUnit()135 DWARFDebugInfo &dwo_info = dwo_symbol_file->DebugInfo(); in IndexUnit()