Lines Matching refs:sb_module
1623 lldb::SBModule sb_module; in AddModule() local
1642 sb_module.SetSP(target_sp->GetOrCreateModule(module_spec, true /* notify */)); in AddModule()
1644 return LLDB_RECORD_RESULT(sb_module); in AddModule()
1651 lldb::SBModule sb_module; in AddModule() local
1654 sb_module.SetSP(target_sp->GetOrCreateModule(*module_spec.m_opaque_up, in AddModule()
1656 return LLDB_RECORD_RESULT(sb_module); in AddModule()
1693 SBModule sb_module; in FindModule() local
1698 sb_module.SetSP(target_sp->GetImages().FindFirstModule(module_spec)); in FindModule()
1700 return LLDB_RECORD_RESULT(sb_module); in FindModule()
1771 SBModule sb_module; in GetModuleAtIndex() local
1777 sb_module.SetSP(module_sp); in GetModuleAtIndex()
1780 return LLDB_RECORD_RESULT(sb_module); in GetModuleAtIndex()