Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp222 static cl::opt<std::string> OutOfProcessExecutorConnect( variable
795 OutOfProcessExecutorConnect, Details), in createTCPSocketError()
840 return make_error<StringError>("-" + OutOfProcessExecutorConnect.ArgStr + in connectToExecutor()
846 "-" + OutOfProcessExecutorConnect.ArgStr + in connectToExecutor()
853 std::tie(Host, PortStr) = StringRef(OutOfProcessExecutorConnect).split(':'); in connectToExecutor()
856 OutOfProcessExecutorConnect.ArgStr + in connectToExecutor()
860 OutOfProcessExecutorConnect.ArgStr + in connectToExecutor()
902 } else if (OutOfProcessExecutorConnect.getNumOccurrences()) { in Create()
1267 OutOfProcessExecutorConnect.getNumOccurrences()) in sanitizeArguments()
1313 !!OutOfProcessExecutorConnect.getNumOccurrences()) in sanitizeArguments()
[all …]