Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/bugpoint/
HDToolRunner.cpp87 static int RunProgramRemotelyWithTimeout(StringRef RemoteClientPath, in RunProgramRemotelyWithTimeout() argument
106 int ReturnCode = sys::ExecuteAndWait(RemoteClientPath, Args, nullptr, in RunProgramRemotelyWithTimeout()
760 if (RemoteClientPath.empty()) in ExecuteProgram()
763 ProgramArgs.push_back(RemoteClientPath.c_str()); in ExecuteProgram()
802 if (RemoteClientPath.empty()) { in ExecuteProgram()
818 return RunProgramRemotelyWithTimeout(RemoteClientPath, in ExecuteProgram()
918 std::string RemoteClientPath; in create() local
926 RemoteClientPath = *Path; in create()
930 return new GCC(*GCCPath, RemoteClientPath, Args); in create()
HDToolRunner.h40 std::string RemoteClientPath; // The path to the rsh / ssh executable. variable
44 : GCCPath(gccPath), RemoteClientPath(RemotePath) { in GCC()