Searched refs:SimpleRemoteEPCOpcode (Results 1 – 6 of 6) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
| H A D | SimpleRemoteEPCServer.cpp | 62 SimpleRemoteEPCServer::handleMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo, in handleMessage() 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::Result: in handleMessage() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | SimpleRemoteEPC.cpp | 100 if (auto Err = sendMessage(SimpleRemoteEPCOpcode::CallWrapper, SeqNo, in callWrapperAsync() 134 SimpleRemoteEPC::handleMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo, in handleMessage() 141 case SimpleRemoteEPCOpcode::Setup: in handleMessage() 146 case SimpleRemoteEPCOpcode::Hangup: in handleMessage() 151 case SimpleRemoteEPCOpcode::Result: in handleMessage() 155 case SimpleRemoteEPCOpcode::CallWrapper: in handleMessage() 164 using UT = std::underlying_type_t<SimpleRemoteEPCOpcode>; in handleMessage() 165 if (static_cast<UT>(OpC) > static_cast<UT>(SimpleRemoteEPCOpcode::LastOpC)) in handleMessage() 170 case SimpleRemoteEPCOpcode::Setup: in handleMessage() 174 case SimpleRemoteEPCOpcode::Hangup: in handleMessage() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
| H A D | SimpleRemoteEPCUtils.h | 38 enum class SimpleRemoteEPCOpcode : uint8_t { enum 67 handleMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo, ExecutorAddr TagAddr, 94 virtual Error sendMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo, 122 Error sendMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo,
|
| /freebsd/contrib/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()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | SimpleRemoteEPC.h | 88 handleMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo, ExecutorAddr TagAddr, 105 Error sendMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo,
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/ |
| H A D | SimpleRemoteEPCServer.h | 147 handleMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo, ExecutorAddr TagAddr, 155 Error sendMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo,
|