Searched refs:OutOfProcessExecutorConnect (Results 1 – 1 of 1) sorted by relevance
212 static cl::opt<std::string> OutOfProcessExecutorConnect( variable892 OutOfProcessExecutorConnect, Details), in createTCPSocketError()937 return make_error<StringError>("-" + OutOfProcessExecutorConnect.ArgStr + in connectToExecutor()943 "-" + OutOfProcessExecutorConnect.ArgStr + in connectToExecutor()950 std::tie(Host, PortStr) = StringRef(OutOfProcessExecutorConnect).split(':'); in connectToExecutor()953 OutOfProcessExecutorConnect.ArgStr + in connectToExecutor()957 OutOfProcessExecutorConnect.ArgStr + in connectToExecutor()995 } else if (OutOfProcessExecutorConnect.getNumOccurrences()) { in Create()1301 OutOfProcessExecutorConnect.getNumOccurrences()) in sanitizeArguments()1347 !!OutOfProcessExecutorConnect.getNumOccurrences()) in sanitizeArguments()[all …]