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

/freebsd-10.0-release/contrib/llvm/tools/bugpoint/
H A DToolRunner.cpp89 static int RunProgramRemotelyWithTimeout(const sys::Path &RemoteClientPath, argument
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; local
886 RemoteClientPath = sys::Program::FindProgramByName(RemoteClient);
889 return new GCC(GCCPath, RemoteClientPath, Args);
H A DToolRunner.h41 sys::Path RemoteClientPath; // The path to the rsh / ssh executable. member in class:llvm::GCC
45 : GCCPath(gccPath), RemoteClientPath(RemotePath) {

Completed in 126 milliseconds