Lines Matching refs:sb_module
1521 lldb::SBModule sb_module; in AddModule() local
1524 sb_module.SetSP(target_sp->GetOrCreateModule(*module_spec.m_opaque_up, in AddModule()
1526 if (!sb_module.IsValid() && module_spec.m_opaque_up->GetUUID().IsValid()) { in AddModule()
1533 sb_module.SetSP(target_sp->GetOrCreateModule(*module_spec.m_opaque_up, in AddModule()
1541 if (sb_module.IsValid() && !target_sp->GetArchitecture().IsValid() && in AddModule()
1542 sb_module.GetSP()->GetArchitecture().IsValid()) in AddModule()
1543 target_sp->SetArchitecture(sb_module.GetSP()->GetArchitecture()); in AddModule()
1544 return sb_module; in AddModule()
1580 SBModule sb_module; in FindModule() local
1585 sb_module.SetSP(target_sp->GetImages().FindFirstModule(module_spec)); in FindModule()
1587 return sb_module; in FindModule()
1698 SBModule sb_module; in GetModuleAtIndex() local
1704 sb_module.SetSP(module_sp); in GetModuleAtIndex()
1707 return sb_module; in GetModuleAtIndex()