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

  /external/llvm/include/llvm/ExecutionEngine/Orc/
RPCChannel.h 1 //===- llvm/ExecutionEngine/Orc/RPCChannel.h --------------------*- C++ -*-===//
31 class RPCChannel {
33 virtual ~RPCChannel() {}
56 inline Error startSendMessage(RPCChannel &C) {
63 inline Error endSendMessage(RPCChannel &C) {
70 inline Error startReceiveMessage(RPCChannel &C) {
77 inline Error endReceiveMessage(RPCChannel &C) {
84 Error serializeSeq(RPCChannel &C, const T &Arg, const Ts &... Args) {
91 inline Error serializeSeq(RPCChannel &C) { return Error::success(); }
95 Error deserializeSeq(RPCChannel &C, T &Arg, Ts &... Args)
    [all...]
OrcRemoteTargetRPCAPI.h 20 #include "RPCChannel.h"
43 inline Error serialize(RPCChannel &C, const DirectBufferWriter &DBW) {
51 inline Error deserialize(RPCChannel &C, DirectBufferWriter &DBW) {
65 class OrcRemoteTargetRPCAPI : public RPC<RPCChannel> {
OrcRemoteTargetClient.h 11 // can be used to communicate over an RPCChannel with an OrcRemoteTargetServer
603 auto Listen = [&](RPCChannel &C, uint32_t Id) {
616 auto Listen = [&](RPCChannel &C, uint32_t Id) {
628 auto Listen = [&](RPCChannel &C, uint32_t Id) {
738 Error listenForCompileRequests(RPCChannel &C, uint32_t &Id) {
OrcRemoteTargetServer.h 122 auto Listen = [&](RPCChannel &C, uint32_t Id) {
  /external/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter5/
RemoteJITUtils.h 17 #include "llvm/ExecutionEngine/Orc/RPCChannel.h"
28 class FDRPCChannel final : public llvm::orc::remote::RPCChannel {
  /external/llvm/tools/lli/
RemoteJITUtils.h 17 #include "llvm/ExecutionEngine/Orc/RPCChannel.h"
28 class FDRPCChannel final : public llvm::orc::remote::RPCChannel {
  /external/llvm/unittests/ExecutionEngine/Orc/
RPCUtilsTest.cpp 10 #include "llvm/ExecutionEngine/Orc/RPCChannel.h"
28 class QueueChannel : public RPCChannel {

Completed in 775 milliseconds