Home | History | Annotate | Download | only in bugpoint

Lines Matching refs:RemoteClientPath

89 static int RunProgramRemotelyWithTimeout(const sys::Path &RemoteClientPath,
111 int ReturnCode = sys::Program::ExecuteAndWait(RemoteClientPath, Args,
727 if (RemoteClientPath.isEmpty())
730 ProgramArgs.push_back(RemoteClientPath.c_str());
769 if (RemoteClientPath.isEmpty()) {
785 return RunProgramRemotelyWithTimeout(sys::Path(RemoteClientPath),
884 sys::Path RemoteClientPath;
886 RemoteClientPath = sys::Program::FindProgramByName(RemoteClient);
889 return new GCC(GCCPath, RemoteClientPath, Args);