Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/examples/OrcV2Examples/LLJITWithRemoteDebugging/
H A DRemoteJITUtils.cpp69 launchLocalExecutor(StringRef ExecutablePath) { in launchLocalExecutor() function
86 launchLocalExecutor(StringRef ExecutablePath) { in launchLocalExecutor() function
H A DRemoteJITUtils.h31 launchLocalExecutor(llvm::StringRef ExecutablePath);
H A DLLJITWithRemoteDebugging.cpp159 std::tie(EPC, PID) = ExitOnErr(launchLocalExecutor(Path)); in main()