Lines Matching refs:sb_module
1591 lldb::SBModule sb_module; in AddModule() local
1610 sb_module.SetSP(target_sp->GetOrCreateModule(module_spec, true /* notify */)); in AddModule()
1612 return LLDB_RECORD_RESULT(sb_module); in AddModule()
1619 lldb::SBModule sb_module; in AddModule() local
1622 sb_module.SetSP(target_sp->GetOrCreateModule(*module_spec.m_opaque_up, in AddModule()
1624 return LLDB_RECORD_RESULT(sb_module); in AddModule()
1661 SBModule sb_module; in FindModule() local
1666 sb_module.SetSP(target_sp->GetImages().FindFirstModule(module_spec)); in FindModule()
1668 return LLDB_RECORD_RESULT(sb_module); in FindModule()
1739 SBModule sb_module; in GetModuleAtIndex() local
1745 sb_module.SetSP(module_sp); in GetModuleAtIndex()
1748 return LLDB_RECORD_RESULT(sb_module); in GetModuleAtIndex()