Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-jitlink/
H A Dllvm-jitlink.cpp934 static Expected<std::unique_ptr<ExecutorProcessControl>> connectToExecutor() { in connectToExecutor() function
997 if (auto REPC = connectToExecutor()) in Create()