Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.cpp64 ExecutorAddr TagAddr, in handleMessage()
73 assert(!TagAddr && "Non-zero TagAddr for Setup?"); in handleMessage()
78 assert(!TagAddr && "Non-zero TagAddr for Hangup?"); in handleMessage()
82 assert(!TagAddr && "Non-zero TagAddr for Result?"); in handleMessage()
88 dbgs() << ", seqno = " << SeqNo << ", tag-addr = " << TagAddr in handleMessage()
106 if (auto Err = handleResult(SeqNo, TagAddr, std::move(ArgBytes))) in handleMessage()
110 handleCallWrapper(SeqNo, TagAddr, st in handleMessage()
62 handleMessage(SimpleRemoteEPCOpcode OpC,uint64_t SeqNo,ExecutorAddr TagAddr,SimpleRemoteEPCArgBytesVector ArgBytes) handleMessage() argument
151 sendMessage(SimpleRemoteEPCOpcode OpC,uint64_t SeqNo,ExecutorAddr TagAddr,ArrayRef<char> ArgBytes) sendMessage() argument
224 handleResult(uint64_t SeqNo,ExecutorAddr TagAddr,SimpleRemoteEPCArgBytesVector ArgBytes) handleResult() argument
245 handleCallWrapper(uint64_t RemoteSeqNo,ExecutorAddr TagAddr,SimpleRemoteEPCArgBytesVector ArgBytes) handleCallWrapper() argument
[all...]
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSimpleRemoteEPC.cpp137 ExecutorAddr TagAddr, in handleMessage() argument
146 assert(!TagAddr && "Non-zero TagAddr for Setup?"); in handleMessage()
151 assert(!TagAddr && "Non-zero TagAddr for Hangup?"); in handleMessage()
155 assert(!TagAddr && "Non-zero TagAddr for Result?"); in handleMessage()
161 dbgs() << ", seqno = " << SeqNo << ", tag-addr = " << TagAddr in handleMessage()
173 if (auto Err = handleSetup(SeqNo, TagAddr, std::move(ArgBytes))) in handleMessage()
182 if (auto Err = handleResult(SeqNo, TagAddr, std::move(ArgBytes))) in handleMessage()
186 handleCallWrapper(SeqNo, TagAddr, std::move(ArgBytes)); in handleMessage()
235 ExecutorAddr TagAddr, in sendMessage() argument
246 assert(!TagAddr && "Non-zero TagAddr for Hangup?"); in sendMessage()
[all …]
H A DCore.cpp1923 auto TagAddr = KV.second.getAddress(); in registerJITDispatchHandlers() local
1924 if (JITDispatchHandlers.count(TagAddr)) in registerJITDispatchHandlers()
1925 return make_error<StringError>("Tag " + formatv("{0:x16}", TagAddr) + in registerJITDispatchHandlers()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DSimpleRemoteEPC.h91 handleMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo, ExecutorAddr TagAddr,
107 ExecutorAddr TagAddr, ArrayRef<char> ArgBytes);
109 Error handleSetup(uint64_t SeqNo, ExecutorAddr TagAddr,
113 Error handleResult(uint64_t SeqNo, ExecutorAddr TagAddr,
115 void handleCallWrapper(uint64_t RemoteSeqNo, ExecutorAddr TagAddr,
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/
H A DSimpleRemoteEPCUtils.cpp88 ExecutorAddr TagAddr, in sendMessage() argument
98 TagAddr.getValue(); in sendMessage()
206 ExecutorAddr TagAddr; in listenLoop() local
214 TagAddr.setValue( in listenLoop()
232 if (auto Action = C.handleMessage(OpC, SeqNo, TagAddr, ArgBytes)) { in listenLoop()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DSimpleRemoteEPCServer.h146 handleMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo, ExecutorAddr TagAddr,
155 ExecutorAddr TagAddr, ArrayRef<char> ArgBytes);
160 Error handleResult(uint64_t SeqNo, ExecutorAddr TagAddr,
162 void handleCallWrapper(uint64_t RemoteSeqNo, ExecutorAddr TagAddr,
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DSimpleRemoteEPCUtils.h66 handleMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo, ExecutorAddr TagAddr,
94 ExecutorAddr TagAddr, ArrayRef<char> ArgBytes) = 0;
122 ExecutorAddr TagAddr, ArrayRef<char> ArgBytes) override;