Home
last modified time | relevance | path

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

/llvm-project/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DLLJITWithRemoteDebugging.cpp125 static cl::opt<std::string> OOPExecutorConnectTCP( variable
150 if (OOPExecutorConnectTCP.getNumOccurrences() > 0) { in main()
152 EPC = ExitOnErr(connectTCPSocket(OOPExecutorConnectTCP)); in main()
153 outs() << "Connected to executor at " << OOPExecutorConnectTCP << "\n"; in main()