Searched refs:RemoteClientPath (Results 1 - 2 of 2) sorted by relevance

/freebsd-10.1-release/contrib/llvm/tools/bugpoint/
H A DToolRunner.cpp86 static int RunProgramRemotelyWithTimeout(StringRef RemoteClientPath, argument
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; local
917 RemoteClientPath = sys::FindProgramByName(RemoteClient);
920 return new GCC(GCCPath, RemoteClientPath, Args);
H A DToolRunner.h40 std::string RemoteClientPath; // The path to the rsh / ssh executable. member in class:llvm::GCC
44 : GCCPath(gccPath), RemoteClientPath(RemotePath) {

Completed in 56 milliseconds