Searched refs:SimpleRemoteEPCOpcode (Results 1 – 6 of 6) sorted by relevance
| /llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
| H A D | SimpleRemoteEPCServer.cpp | 62 SimpleRemoteEPCServer::handleMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo, 69 case SimpleRemoteEPCOpcode::Setup: in handleMessage() 74 case SimpleRemoteEPCOpcode::Hangup: in handleMessage() 79 case SimpleRemoteEPCOpcode::Result: in handleMessage() 83 case SimpleRemoteEPCOpcode::CallWrapper: in handleMessage() 92 using UT = std::underlying_type_t<SimpleRemoteEPCOpcode>; in handleMessage() 93 if (static_cast<UT>(OpC) > static_cast<UT>(SimpleRemoteEPCOpcode::LastOpC)) in handleMessage() 99 case SimpleRemoteEPCOpcode::Setup: in handleMessage() 102 case SimpleRemoteEPCOpcode::Hangup: in handleMessage() 104 case SimpleRemoteEPCOpcode in handleMessage() [all...] |
| /llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | SimpleRemoteEPC.cpp | 101 if (auto Err = sendMessage(SimpleRemoteEPCOpcode::CallWrapper, SeqNo, in callWrapperAsync() 135 SimpleRemoteEPC::handleMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo, 142 case SimpleRemoteEPCOpcode::Setup: in handleMessage() 147 case SimpleRemoteEPCOpcode::Hangup: in handleMessage() 152 case SimpleRemoteEPCOpcode::Result: in handleMessage() 156 case SimpleRemoteEPCOpcode::CallWrapper: in handleMessage() 165 using UT = std::underlying_type_t<SimpleRemoteEPCOpcode>; in handleMessage() 166 if (static_cast<UT>(OpC) > static_cast<UT>(SimpleRemoteEPCOpcode::LastOpC)) in handleMessage() 171 case SimpleRemoteEPCOpcode::Setup: in handleMessage() 175 case SimpleRemoteEPCOpcode in handleMessage() [all...] |
| /llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
| H A D | SimpleRemoteEPCUtils.h | 37 enum class SimpleRemoteEPCOpcode : uint8_t { enum 66 handleMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo, ExecutorAddr TagAddr, 93 virtual Error sendMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo, 121 Error sendMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo,
|
| /llvm-project/llvm/lib/ExecutionEngine/Orc/Shared/ |
| H A D | SimpleRemoteEPCUtils.cpp | 86 Error FDSimpleRemoteEPCTransport::sendMessage(SimpleRemoteEPCOpcode OpC, in sendMessage() 204 SimpleRemoteEPCOpcode OpC; in listenLoop() 210 OpC = static_cast<SimpleRemoteEPCOpcode>(static_cast<uint64_t>( in listenLoop()
|
| /llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | SimpleRemoteEPC.h | 87 handleMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo, ExecutorAddr TagAddr, 104 Error sendMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo,
|
| /llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/ |
| H A D | SimpleRemoteEPCServer.h | 146 handleMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo, ExecutorAddr TagAddr, 154 Error sendMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo,
|