Lines Matching refs:exe_module
280 if (Module *exe_module = target_sp->GetExecutableModulePointer()) in LaunchSimple() local
281 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), in LaunchSimple()
361 Module *exe_module = target_sp->GetExecutableModulePointer(); in Launch() local
362 if (exe_module) in Launch()
363 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true); in Launch()
418 Module *exe_module = target_sp->GetExecutableModulePointer(); in Launch() local
419 if (exe_module) in Launch()
420 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true); in Launch()
565 Module *exe_module = target_sp->GetExecutableModulePointer(); in GetExecutable() local
566 if (exe_module) in GetExecutable()
567 exe_file_spec.SetFileSpec(exe_module->GetFileSpec()); in GetExecutable()