Lines Matching refs:exe_module
272 if (Module *exe_module = target_sp->GetExecutableModulePointer()) in LaunchSimple() local
273 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), in LaunchSimple()
353 Module *exe_module = target_sp->GetExecutableModulePointer(); in Launch() local
354 if (exe_module) in Launch()
355 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true); in Launch()
410 Module *exe_module = target_sp->GetExecutableModulePointer(); in Launch() local
411 if (exe_module) in Launch()
412 launch_info.SetExecutableFile(exe_module->GetPlatformFileSpec(), true); in Launch()
556 Module *exe_module = target_sp->GetExecutableModulePointer(); in GetExecutable() local
557 if (exe_module) in GetExecutable()
558 exe_file_spec.SetFileSpec(exe_module->GetFileSpec()); in GetExecutable()