Searched refs:executable_sp (Results 1 – 1 of 1) sorted by relevance
1015 Target::SetExecutableModule (ModuleSP& executable_sp, bool get_dependent_files) in SetExecutableModule() argument1023 if (executable_sp.get()) in SetExecutableModule()1027 executable_sp->GetFileSpec().GetPath().c_str()); in SetExecutableModule()1029 m_images.Append(executable_sp); // The first image is our exectuable file in SetExecutableModule()1034 m_arch = executable_sp->GetArchitecture(); in SetExecutableModule()1040 ObjectFile *executable_objfile = executable_sp->GetObjectFile(); in SetExecutableModule()1089 ModuleSP executable_sp = GetExecutableModule (); in SetArchitecture() local1096 if (executable_sp) in SetArchitecture()1100 ModuleSpec module_spec (executable_sp->GetFileSpec(), arch_spec); in SetArchitecture()1102 executable_sp, in SetArchitecture()[all …]