Lines Matching defs:executable_sp
1471 void Target::SetExecutableModule(ModuleSP &executable_sp,
1476 if (executable_sp) {
1479 executable_sp->GetFileSpec().GetPath().c_str());
1482 m_images.Append(executable_sp,
1488 m_arch = executable_sp->GetArchitecture();
1497 ObjectFile *executable_objfile = executable_sp->GetObjectFile();
1501 load_dependents = executable_sp->IsExecutable();
1603 ModuleSP executable_sp = GetExecutableModule();
1608 if (executable_sp) {
1614 ModuleSpec module_spec(executable_sp->GetFileSpec(), other);
1616 Status error = ModuleList::GetSharedModule(module_spec, executable_sp,
1619 if (!error.Fail() && executable_sp) {
1620 SetExecutableModule(executable_sp, eLoadDependentsYes);