Lines Matching refs:sb_module
1895 lldb::SBModule sb_module; in AddModule() local
1912 sb_module.SetSP(target_sp->GetSharedModule (module_spec)); in AddModule()
1914 return sb_module; in AddModule()
1920 lldb::SBModule sb_module; in AddModule() local
1923 sb_module.SetSP(target_sp->GetSharedModule (*module_spec.m_opaque_ap)); in AddModule()
1924 return sb_module; in AddModule()
1973 SBModule sb_module; in FindModule() local
1979 sb_module.SetSP (target_sp->GetImages().FindFirstModule (module_spec)); in FindModule()
1981 return sb_module; in FindModule()
2024 SBModule sb_module; in GetModuleAtIndex() local
2031 sb_module.SetSP (module_sp); in GetModuleAtIndex()
2040 return sb_module; in GetModuleAtIndex()