Searched refs:TCPChannel (Results 1 – 4 of 4) sorted by relevance
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/Server/ |
D | server.cpp | 100 FDRPCChannel TCPChannel(newsockfd, newsockfd); in main() local 103 MyServerT Server(TCPChannel, SymbolLookup, RegisterEHFrames, DeregisterEHFrames); in main() 107 ExitOnErr(Server.startReceivingFunction(TCPChannel, (uint32_t&)Id)); in main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/Server/ |
D | server.cpp | 101 FDRPCChannel TCPChannel(newsockfd, newsockfd); in main() local 105 MyServerT Server(TCPChannel, SymbolLookup, RegisterEHFrames, DeregisterEHFrames); in main()
|
/external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/ |
D | toy.cpp | 1267 auto TCPChannel = connect(); in main() local 1268 MyRemote Remote = ExitOnErr(MyRemote::Create(*TCPChannel)); in main()
|
/external/swiftshader/third_party/llvm-7.0/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/ |
D | toy.cpp | 1282 auto TCPChannel = connect(); in main() local 1283 auto Remote = ExitOnErr(MyRemote::Create(*TCPChannel, ES)); in main()
|