Lines Matching defs:executable_sp
1559 void Target::SetExecutableModule(ModuleSP &executable_sp,
1564 if (executable_sp) {
1567 executable_sp->GetFileSpec().GetPath().c_str());
1570 m_images.Append(executable_sp,
1576 m_arch = executable_sp->GetArchitecture();
1584 ObjectFile *executable_objfile = executable_sp->GetObjectFile();
1588 load_dependents = executable_sp->IsExecutable();
1733 ModuleSP executable_sp = GetExecutableModule();
1738 if (executable_sp) {
1744 ModuleSpec module_spec(executable_sp->GetFileSpec(), other);
1746 Status error = ModuleList::GetSharedModule(module_spec, executable_sp,
1749 if (!error.Fail() && executable_sp) {
1750 SetExecutableModule(executable_sp, eLoadDependentsYes);