Lines Matching defs:exe_module_sp
147 ModuleSP exe_module_sp = target->GetExecutableModule();
154 if (exe_module_sp == nullptr && !target->GetProcessLaunchInfo().GetExecutableFile()) {
213 if (exe_module_sp)
215 exe_module_sp->GetPlatformFileSpec(), false);
219 if (exe_module_sp)
221 exe_module_sp->GetPlatformFileSpec(), true);
249 if (!exe_module_sp)
250 exe_module_sp = target->GetExecutableModule();
251 if (!exe_module_sp) {
256 exe_module_sp->GetArchitecture().GetArchitectureName();
259 exe_module_sp->GetFileSpec().GetPath().c_str(), archname);