Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DRemoteJITUtils.h48 CreateLocal(std::string ExecutablePath);
H A DRemoteJITUtils.cpp155 auto Executor = CreateLocal(BestGuess); in FindLocal()
166 JITLinkExecutor::CreateLocal(std::string ExecutablePath) { in CreateLocal() function in JITLinkExecutor
H A DLLJITWithRemoteDebugging.cpp156 : JITLinkExecutor::CreateLocal(OOPExecutor)); in connectExecutor()