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 | 63 SimpleRemoteEPCServer::handleMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo, in handleMessage() 70 case SimpleRemoteEPCOpcode::Setup: in handleMessage() 75 case SimpleRemoteEPCOpcode::Hangup: in handleMessage() 80 case SimpleRemoteEPCOpcode::Result: in handleMessage() 84 case SimpleRemoteEPCOpcode::CallWrapper: in handleMessage() 93 using UT = std::underlying_type_t<SimpleRemoteEPCOpcode>; in handleMessage() 94 if (static_cast<UT>(OpC) > static_cast<UT>(SimpleRemoteEPCOpcode::LastOpC)) in handleMessage() 100 case SimpleRemoteEPCOpcode::Setup: in handleMessage() 103 case SimpleRemoteEPCOpcode::Hangup: in handleMessage() 105 case SimpleRemoteEPCOpcode in handleMessage() [all...] |
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | SimpleRemoteEPC.cpp | 102 if (auto Err = sendMessage(SimpleRemoteEPCOpcode::CallWrapper, SeqNo, in callWrapperAsync() 136 SimpleRemoteEPC::handleMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo, in handleMessage() 143 case SimpleRemoteEPCOpcode::Setup: in handleMessage() 148 case SimpleRemoteEPCOpcode::Hangup: in handleMessage() 153 case SimpleRemoteEPCOpcode::Result: in handleMessage() 157 case SimpleRemoteEPCOpcode::CallWrapper: in handleMessage() 166 using UT = std::underlying_type_t<SimpleRemoteEPCOpcode>; in handleMessage() 167 if (static_cast<UT>(OpC) > static_cast<UT>(SimpleRemoteEPCOpcode::LastOpC)) in handleMessage() 172 case SimpleRemoteEPCOpcode::Setup: in handleMessage() 176 case SimpleRemoteEPCOpcode::Hangup: in handleMessage() [all …]
|
/freebsd/contrib/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,
|
/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 | 91 handleMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo, ExecutorAddr TagAddr, 106 Error sendMessage(SimpleRemoteEPCOpcode OpC, uint64_t SeqNo,
|
/freebsd/contrib/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,
|