Home
last modified time | relevance | path

Searched refs:FDRawByteChannel (Results 1 – 7 of 7) sorted by relevance

/external/llvm-project/llvm/tools/llvm-jitlink/llvm-jitlink-executor/
Dllvm-jitlink-executor.cpp116 rpc::MultiThreadedRPCEndpoint<rpc::FDRawByteChannel>; in main()
118 rpc::registerStringError<rpc::FDRawByteChannel>(); in main()
120 rpc::FDRawByteChannel C(InFD, OutFD); in main()
/external/llvm-project/llvm/tools/lli/ChildTarget/
DChildTarget.cpp57 rpc::FDRawByteChannel Channel(InFD, OutFD); in main()
58 typedef remote::OrcRemoteTargetServer<rpc::FDRawByteChannel, HostOrcArch> in main()
/external/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/RPC/
DFDRawByteChannel.h32 class FDRawByteChannel final : public RawByteChannel {
34 FDRawByteChannel(int InFD, int OutFD) : InFD(InFD), OutFD(OutFD) {} in FDRawByteChannel() function
/external/llvm-project/llvm/tools/lli/
DRemoteJITUtils.h27 std::unique_ptr<llvm::orc::rpc::FDRawByteChannel> launchRemote();
Dlli.cpp673 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()
/external/llvm-project/llvm/tools/llvm-jitlink/
Dllvm-jitlink.h51 using LLVMJITLinkChannel = orc::rpc::FDRawByteChannel;
Dllvm-jitlink.cpp643 auto Channel = std::make_unique<rpc::FDRawByteChannel>(FromExecutor[ReadEnd], in LaunchExecutor()
708 auto Channel = std::make_unique<rpc::FDRawByteChannel>(SockFD, SockFD); in ConnectToExecutor()