Lines Matching refs:sb_module
1528 lldb::SBModule sb_module; in AddModule() local
1531 sb_module.SetSP(target_sp->GetOrCreateModule(*module_spec.m_opaque_up, in AddModule()
1533 if (!sb_module.IsValid() && module_spec.m_opaque_up->GetUUID().IsValid()) { in AddModule()
1540 sb_module.SetSP(target_sp->GetOrCreateModule(*module_spec.m_opaque_up, in AddModule()
1548 if (sb_module.IsValid() && !target_sp->GetArchitecture().IsValid() && in AddModule()
1549 sb_module.GetSP()->GetArchitecture().IsValid()) in AddModule()
1550 target_sp->SetArchitecture(sb_module.GetSP()->GetArchitecture()); in AddModule()
1551 return sb_module; in AddModule()
1587 SBModule sb_module; in FindModule() local
1592 sb_module.SetSP(target_sp->GetImages().FindFirstModule(module_spec)); in FindModule()
1594 return sb_module; in FindModule()
1705 SBModule sb_module; in GetModuleAtIndex() local
1711 sb_module.SetSP(module_sp); in GetModuleAtIndex()
1714 return sb_module; in GetModuleAtIndex()