Searched refs:dwp_sp (Results 1 – 2 of 2) sorted by relevance
82 auto dwp_sp = m_debug_info.GetDwpSymbolFile(); in GetForeignTypeUnit() local83 if (!dwp_sp) { in GetForeignTypeUnit()105 DWARFTypeUnit *foreign_tu = dwp_sp->DebugInfo().GetTypeUnitForHash(*type_sig); in GetForeignTypeUnit()
1851 if (std::shared_ptr<SymbolFileDWARFDwo> dwp_sp = GetDwpSymbolFile()) in GetDwoSymbolFileForCompileUnit() local1852 return dwp_sp; in GetDwoSymbolFileForCompileUnit()2718 if (std::shared_ptr<SymbolFileDWARFDwo> dwp_sp = GetDwpSymbolFile()) in GetDebugInfoSize() local2719 return debug_info_size + dwp_sp->GetDebugInfoSize(); in GetDebugInfoSize()