Lines Matching refs:module_spec
122 ModuleSpec module_spec(FileSpec(user_exe_path, FileSpec::Style::native)); in CreateTargetInternal() local
123 FileSystem::Instance().Resolve(module_spec.GetFileSpec()); in CreateTargetInternal()
128 !FileSystem::Instance().Exists(module_spec.GetFileSpec())) in CreateTargetInternal()
130 module_spec.GetFileSpec()); in CreateTargetInternal()
134 Host::ResolveExecutableInBundle(module_spec.GetFileSpec()); in CreateTargetInternal()
140 module_spec.GetFileSpec(), file_offset, file_size, module_specs); in CreateTargetInternal()
165 module_spec.GetFileSpec().GetPath().c_str()); in CreateTargetInternal()
176 module_spec.GetArchitecture() = arch; in CreateTargetInternal()
177 if (module_specs.FindMatchingModuleSpec(module_spec, in CreateTargetInternal()
308 ModuleSpec module_spec(file, arch); in CreateTargetInternal() local
309 error = platform_sp->ResolveExecutable(module_spec, exe_module_sp, in CreateTargetInternal()