| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
| H A D | SimpleRemoteEPCServer.cpp | 62 ExecutorAddr TagAddr, in handleMessage() argument 71 assert(TagAddr.getValue() == 0 && "Non-zero TagAddr for Setup?"); in handleMessage() 76 assert(TagAddr.getValue() == 0 && "Non-zero TagAddr for Hangup?"); in handleMessage() 87 << ", tag-addr = " << formatv("{0:x}", TagAddr.getValue()) in handleMessage() 105 if (auto Err = handleResult(SeqNo, TagAddr, std::move(ArgBytes))) in handleMessage() 109 handleCallWrapper(SeqNo, TagAddr, std::move(ArgBytes)); in handleMessage() 177 << ", tag-addr = " << formatv("{0:x}", TagAddr.getValue()) in sendMessage() 181 auto Err = T->sendMessage(OpC, SeqNo, TagAddr, ArgBytes); in sendMessage() 224 uint64_t SeqNo, ExecutorAddr TagAddr, in handleResult() argument 245 uint64_t RemoteSeqNo, ExecutorAddr TagAddr, in handleCallWrapper() argument [all …]
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/ |
| H A D | SimpleRemoteEPC.cpp | 103 ExecutorAddr TagAddr, in handleMessage() argument 128 << ", tag-addr = " << formatv("{0:x}", TagAddr.getValue()) in handleMessage() 140 if (auto Err = handleSetup(SeqNo, TagAddr, std::move(ArgBytes))) in handleMessage() 149 if (auto Err = handleResult(SeqNo, TagAddr, std::move(ArgBytes))) in handleMessage() 153 handleCallWrapper(SeqNo, TagAddr, std::move(ArgBytes)); in handleMessage() 202 ExecutorAddr TagAddr, in sendMessage() argument 230 auto Err = T->sendMessage(OpC, SeqNo, TagAddr, ArgBytes); in sendMessage() 244 if (TagAddr) in handleSetup() 351 if (TagAddr) in handleResult() 374 uint64_t RemoteSeqNo, ExecutorAddr TagAddr, in handleCallWrapper() argument [all …]
|
| H A D | Core.cpp | 2197 auto TagAddr = KV.second.getAddress(); in registerJITDispatchHandlers() local 2198 if (JITDispatchHandlers.count(TagAddr)) in registerJITDispatchHandlers() 2199 return make_error<StringError>("Tag " + formatv("{0:x16}", TagAddr) + in registerJITDispatchHandlers()
|
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | SimpleRemoteEPC.h | 87 handleMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo, ExecutorAddr TagAddr, 103 ExecutorAddr TagAddr, ArrayRef<char> ArgBytes); 105 Error handleSetup(uint64_t SeqNo, ExecutorAddr TagAddr, 109 Error handleResult(uint64_t SeqNo, ExecutorAddr TagAddr, 111 void handleCallWrapper(uint64_t RemoteSeqNo, ExecutorAddr TagAddr,
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/ |
| H A D | SimpleRemoteEPCServer.h | 133 handleMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo, ExecutorAddr TagAddr, 142 ExecutorAddr TagAddr, ArrayRef<char> ArgBytes); 146 Error handleResult(uint64_t SeqNo, ExecutorAddr TagAddr, 148 void handleCallWrapper(uint64_t RemoteSeqNo, ExecutorAddr TagAddr,
|
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
| H A D | SimpleRemoteEPCUtils.h | 65 handleMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo, ExecutorAddr TagAddr, 93 ExecutorAddr TagAddr, ArrayRef<char> ArgBytes) = 0; 121 ExecutorAddr TagAddr, ArrayRef<char> ArgBytes) override;
|