Searched refs:FDRawChannel (Results 1 – 3 of 3) sorted by relevance
28 class FDRawChannel final : public llvm::orc::rpc::RawByteChannel {30 FDRawChannel(int InFD, int OutFD) : InFD(InFD), OutFD(OutFD) {} in FDRawChannel() function75 std::unique_ptr<FDRawChannel> launchRemote();
638 std::unique_ptr<FDRawChannel> C = launchRemote(); in main()815 std::unique_ptr<FDRawChannel> launchRemote() { in launchRemote()865 return llvm::make_unique<FDRawChannel>(PipeFD[1][0], PipeFD[0][1]); in launchRemote()
56 FDRawChannel Channel(InFD, OutFD); in main()57 typedef remote::OrcRemoteTargetServer<FDRawChannel, HostOrcArch> JITServer; in main()