Searched refs:FDRawByteChannel (Results 1 – 7 of 7) sorted by relevance
116 rpc::MultiThreadedRPCEndpoint<rpc::FDRawByteChannel>; in main()118 rpc::registerStringError<rpc::FDRawByteChannel>(); in main()120 rpc::FDRawByteChannel C(InFD, OutFD); in main()
57 rpc::FDRawByteChannel Channel(InFD, OutFD); in main()58 typedef remote::OrcRemoteTargetServer<rpc::FDRawByteChannel, HostOrcArch> in main()
32 class FDRawByteChannel final : public RawByteChannel {34 FDRawByteChannel(int InFD, int OutFD) : InFD(InFD), OutFD(OutFD) {} in FDRawByteChannel() function
27 std::unique_ptr<llvm::orc::rpc::FDRawByteChannel> launchRemote();
673 std::unique_ptr<orc::rpc::FDRawByteChannel> C = launchRemote(); in main()1018 std::unique_ptr<orc::rpc::FDRawByteChannel> launchRemote() { in launchRemote()1068 return std::make_unique<orc::rpc::FDRawByteChannel>(PipeFD[1][0], in launchRemote()
51 using LLVMJITLinkChannel = orc::rpc::FDRawByteChannel;
643 auto Channel = std::make_unique<rpc::FDRawByteChannel>(FromExecutor[ReadEnd], in LaunchExecutor()708 auto Channel = std::make_unique<rpc::FDRawByteChannel>(SockFD, SockFD); in ConnectToExecutor()