HomeSort by relevance Sort by last modified time
    Searched refs:FDRPCChannel (Results 1 - 6 of 6) sorted by null

  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
RemoteJITUtils.h 28 class FDRPCChannel final : public llvm::orc::remote::RPCChannel {
30 FDRPCChannel(int InFD, int OutFD) : InFD(InFD), OutFD(OutFD) {}
KaleidoscopeJIT.h 68 typedef remote::OrcRemoteTargetClient<FDRPCChannel> MyRemote;
toy.cpp     [all...]
  /external/llvm/tools/lli/ChildTarget/
ChildTarget.cpp 56 FDRPCChannel Channel(InFD, OutFD);
57 typedef remote::OrcRemoteTargetServer<FDRPCChannel, HostOrcArch> JITServer;
  /external/llvm/tools/lli/
RemoteJITUtils.h 28 class FDRPCChannel final : public llvm::orc::remote::RPCChannel {
30 FDRPCChannel(int InFD, int OutFD) : InFD(InFD), OutFD(OutFD) {}
75 std::unique_ptr<FDRPCChannel> launchRemote();
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/Server/
server.cpp 100 FDRPCChannel TCPChannel(newsockfd, newsockfd);
101 typedef remote::OrcRemoteTargetServer<FDRPCChannel, OrcX86_64_SysV> MyServerT;

Completed in 1158 milliseconds