Lines Matching refs:exe_module
273 if (Module *exe_module = target_sp->GetExecutableModulePointer()) in LaunchSimple() local
274 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), in LaunchSimple()
354 Module *exe_module = target_sp->GetExecutableModulePointer(); in Launch() local
355 if (exe_module) in Launch()
356 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true); in Launch()
411 Module *exe_module = target_sp->GetExecutableModulePointer(); in Launch() local
412 if (exe_module) in Launch()
413 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true); in Launch()
558 Module *exe_module = target_sp->GetExecutableModulePointer(); in GetExecutable() local
559 if (exe_module) in GetExecutable()
560 exe_file_spec.SetFileSpec(exe_module->GetFileSpec()); in GetExecutable()