Home
last modified time | relevance | path

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

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