Home | History | Annotate | Download | only in bugpoint

Lines Matching refs:RemoteClientPath

86 static int RunProgramRemotelyWithTimeout(StringRef RemoteClientPath,
105 int ReturnCode = sys::ExecuteAndWait(RemoteClientPath, Args, 0,
758 if (RemoteClientPath.empty())
761 ProgramArgs.push_back(RemoteClientPath.c_str());
800 if (RemoteClientPath.empty()) {
816 return RunProgramRemotelyWithTimeout(RemoteClientPath,
915 std::string RemoteClientPath;
917 RemoteClientPath = sys::FindProgramByName(RemoteClient);
920 return new GCC(GCCPath, RemoteClientPath, Args);