Searched refs:RemoteClientPath (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/llvm/llvm/tools/bugpoint/ |
H A D | ToolRunner.cpp | 73 StringRef RemoteClientPath, ArrayRef<StringRef> Args, StringRef StdInFile, in RunProgramRemotelyWithTimeout() argument 79 int ReturnCode = sys::ExecuteAndWait(RemoteClientPath, Args, std::nullopt, in RunProgramRemotelyWithTimeout() 700 if (RemoteClientPath.empty()) in ExecuteProgram() 703 ProgramArgs.push_back(RemoteClientPath); in ExecuteProgram() 742 if (RemoteClientPath.empty()) { in ExecuteProgram() 759 return RunProgramRemotelyWithTimeout(RemoteClientPath, ProgramArgs, in ExecuteProgram() 852 std::string RemoteClientPath; in create() local 860 RemoteClientPath = *Path; in create() 864 return new CC(*CCPath, RemoteClientPath, Args); in create()
|
H A D | ToolRunner.h | 39 std::string RemoteClientPath; // The path to the rsh / ssh executable. variable 43 : CCPath(std::string(ccPath)), RemoteClientPath(std::string(RemotePath)) { in CC()
|