Lines Matching refs:OutOfProcessExecutorConnect
212 static cl::opt<std::string> OutOfProcessExecutorConnect( variable
892 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()
1350 OutOfProcessExecutorConnect.ArgStr + " can be specified", in sanitizeArguments()