Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp212 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()
[all …]