Home
last modified time | relevance | path

Searched refs:OutOfProcessExecutorConnect (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp158 static cl::opt<std::string> OutOfProcessExecutorConnect( variable
678 OutOfProcessExecutorConnect, Details), in createTCPSocketError()
724 return make_error<StringError>("-" + OutOfProcessExecutorConnect.ArgStr + in ConnectToExecutor()
732 std::tie(Host, PortStr) = StringRef(OutOfProcessExecutorConnect).split(':'); in ConnectToExecutor()
735 OutOfProcessExecutorConnect.ArgStr + in ConnectToExecutor()
739 OutOfProcessExecutorConnect.ArgStr + in ConnectToExecutor()
806 } else if (OutOfProcessExecutorConnect.getNumOccurrences()) { in Create()
1069 !!OutOfProcessExecutorConnect.getNumOccurrences()) in sanitizeArguments()
1072 OutOfProcessExecutorConnect.ArgStr + " can be specified", in sanitizeArguments()