Lines Matching refs:exe_module
296 if (Module *exe_module = target_sp->GetExecutableModulePointer()) in LaunchSimple() local
297 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), in LaunchSimple()
380 Module *exe_module = target_sp->GetExecutableModulePointer(); in Launch() local
381 if (exe_module) in Launch()
382 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true); in Launch()
440 Module *exe_module = target_sp->GetExecutableModulePointer(); in Launch() local
441 if (exe_module) in Launch()
442 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true); in Launch()
595 Module *exe_module = target_sp->GetExecutableModulePointer(); in GetExecutable() local
596 if (exe_module) in GetExecutable()
597 exe_file_spec.SetFileSpec(exe_module->GetFileSpec()); in GetExecutable()