| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
| H A D | SimpleRemoteEPCServer.cpp | 63 ExecutorAddr TagAddr, in handleMessage() argument 72 assert(!TagAddr && "Non-zero TagAddr for Setup?"); in handleMessage() 77 assert(!TagAddr && "Non-zero TagAddr for Hangup?"); in handleMessage() 81 assert(!TagAddr && "Non-zero TagAddr for Result?"); in handleMessage() 87 dbgs() << ", seqno = " << SeqNo << ", tag-addr = " << TagAddr in handleMessage() 105 if (auto Err = handleResult(SeqNo, TagAddr, std::move(ArgBytes))) in handleMessage() 109 handleCallWrapper(SeqNo, TagAddr, std::move(ArgBytes)); in handleMessage() 152 uint64_t SeqNo, ExecutorAddr TagAddr, in sendMessage() argument 161 assert(!TagAddr && "Non-zero TagAddr for Setup?"); in sendMessage() 166 assert(!TagAddr && "Non-zero TagAddr for Hangup?"); in sendMessage() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | SimpleRemoteEPC.cpp | 135 ExecutorAddr TagAddr, in handleMessage() argument 144 assert(!TagAddr && "Non-zero TagAddr for Setup?"); in handleMessage() 149 assert(!TagAddr && "Non-zero TagAddr for Hangup?"); in handleMessage() 153 assert(!TagAddr && "Non-zero TagAddr for Result?"); in handleMessage() 159 dbgs() << ", seqno = " << SeqNo << ", tag-addr = " << TagAddr in handleMessage() 171 if (auto Err = handleSetup(SeqNo, TagAddr, std::move(ArgBytes))) in handleMessage() 180 if (auto Err = handleResult(SeqNo, TagAddr, std::move(ArgBytes))) in handleMessage() 184 handleCallWrapper(SeqNo, TagAddr, std::move(ArgBytes)); in handleMessage() 249 ExecutorAddr TagAddr, in sendMessage() argument 260 assert(!TagAddr && "Non-zero TagAddr for Hangup?"); in sendMessage() [all …]
|
| H A D | Core.cpp | 1912 auto TagAddr = TagSym.getAddress(); in registerJITDispatchHandlers() local 1913 if (JITDispatchHandlers.count(TagAddr)) in registerJITDispatchHandlers() 1914 return make_error<StringError>("Tag " + formatv("{0:x}", TagAddr) + in registerJITDispatchHandlers() 1922 auto TagAddr = TagSym.getAddress(); in registerJITDispatchHandlers() local 1926 JITDispatchHandlers[TagAddr] = in registerJITDispatchHandlers() 1930 << formatv("{0:x}", TagAddr) << ") with handler\n"; in registerJITDispatchHandlers()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | SimpleRemoteEPC.h | 88 handleMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo, ExecutorAddr TagAddr, 106 ExecutorAddr TagAddr, ArrayRef<char> ArgBytes); 108 Error handleSetup(uint64_t SeqNo, ExecutorAddr TagAddr, 112 Error handleResult(uint64_t SeqNo, ExecutorAddr TagAddr, 114 void handleCallWrapper(uint64_t RemoteSeqNo, ExecutorAddr TagAddr,
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/ |
| H A D | SimpleRemoteEPCUtils.cpp | 88 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 D | SimpleRemoteEPCServer.h | 147 handleMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo, ExecutorAddr TagAddr, 156 ExecutorAddr TagAddr, ArrayRef<char> ArgBytes); 161 Error handleResult(uint64_t SeqNo, ExecutorAddr TagAddr, 163 void handleCallWrapper(uint64_t RemoteSeqNo, ExecutorAddr TagAddr,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
| H A D | SimpleRemoteEPCUtils.h | 67 handleMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo, ExecutorAddr TagAddr, 95 ExecutorAddr TagAddr, ArrayRef<char> ArgBytes) = 0; 123 ExecutorAddr TagAddr, ArrayRef<char> ArgBytes) override;
|