Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/lli/
H A DRemoteJITUtils.h27 std::unique_ptr<llvm::orc::shared::FDRawByteChannel> launchRemote();
H A Dlli.cpp713 std::unique_ptr<orc::shared::FDRawByteChannel> C = launchRemote(); in main()
1102 std::unique_ptr<orc::shared::FDRawByteChannel> launchRemote() { in launchRemote() function