Searched refs:FDRawChannel (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/tools/lli/ChildTarget/
H A DChildTarget.cpp56 FDRawChannel Channel(InFD, OutFD);
57 typedef remote::OrcRemoteTargetServer<FDRawChannel, HostOrcArch> JITServer;
/freebsd-11-stable/contrib/llvm-project/llvm/tools/lli/
H A DRemoteJITUtils.h27 class FDRawChannel final : public llvm::orc::rpc::RawByteChannel {
29 FDRawChannel(int InFD, int OutFD) : InFD(InFD), OutFD(OutFD) {} function in class:final
74 std::unique_ptr<FDRawChannel> launchRemote();
H A Dlli.cpp649 std::unique_ptr<FDRawChannel> C = launchRemote();
917 std::unique_ptr<FDRawChannel> launchRemote() {
967 return std::make_unique<FDRawChannel>(PipeFD[1][0], PipeFD[0][1]);

Completed in 45 milliseconds