Lines Matching refs:sb_module
1546 lldb::SBModule sb_module; in AddModule() local
1565 sb_module.SetSP(target_sp->GetSharedModule(module_spec)); in AddModule()
1567 return sb_module; in AddModule()
1571 lldb::SBModule sb_module; in AddModule() local
1574 sb_module.SetSP(target_sp->GetSharedModule(*module_spec.m_opaque_ap)); in AddModule()
1575 return sb_module; in AddModule()
1615 SBModule sb_module; in FindModule() local
1620 sb_module.SetSP(target_sp->GetImages().FindFirstModule(module_spec)); in FindModule()
1622 return sb_module; in FindModule()
1683 SBModule sb_module; in GetModuleAtIndex() local
1689 sb_module.SetSP(module_sp); in GetModuleAtIndex()
1697 return sb_module; in GetModuleAtIndex()