Home
last modified time | relevance | path

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

/llvm-project/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DLLJITWithRemoteDebugging.cpp120 OOPExecutor("executor", cl::desc("Set the out-of-process executor"), variable
157 OOPExecutor.empty() ? findLocalExecutor(argv[0]) : OOPExecutor; in main()