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

/freebsd-11-stable/contrib/llvm-project/llvm/tools/bugpoint/
H A DToolRunner.cpp73 StringRef RemoteClientPath, ArrayRef<StringRef> Args, StringRef StdInFile,
79 int ReturnCode = sys::ExecuteAndWait(RemoteClientPath, Args, None, Redirects,
700 if (RemoteClientPath.empty())
703 ProgramArgs.push_back(RemoteClientPath);
742 if (RemoteClientPath.empty()) {
759 return RunProgramRemotelyWithTimeout(RemoteClientPath, ProgramArgs,
852 std::string RemoteClientPath; local
860 RemoteClientPath = *Path;
864 return new CC(*CCPath, RemoteClientPath, Args);
72 RunProgramRemotelyWithTimeout( StringRef RemoteClientPath, ArrayRef<StringRef> Args, StringRef StdInFile, StringRef StdOutFile, StringRef StdErrFile, unsigned NumSeconds = 0, unsigned MemoryLimit = 0) argument
H A DToolRunner.h39 std::string RemoteClientPath; // The path to the rsh / ssh executable. member in class:llvm::CC
43 : CCPath(ccPath), RemoteClientPath(RemotePath) {

Completed in 105 milliseconds