Searched refs:ArgBytes (Results 1 – 3 of 3) sorted by relevance
| /openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
| D | SimpleRemoteEPC.cpp | 121 SimpleRemoteEPCArgBytesVector ArgBytes) { in handleMessage() argument 146 << ", arg-buffer = " << formatv("{0:x}", ArgBytes.size()) in handleMessage() 157 if (auto Err = handleSetup(SeqNo, TagAddr, std::move(ArgBytes))) in handleMessage() 162 if (auto Err = handleHangup(std::move(ArgBytes))) in handleMessage() 166 if (auto Err = handleResult(SeqNo, TagAddr, std::move(ArgBytes))) in handleMessage() 170 handleCallWrapper(SeqNo, TagAddr, std::move(ArgBytes)); in handleMessage() 220 ArrayRef<char> ArgBytes) { in sendMessage() argument 244 << ", arg-buffer = " << formatv("{0:x}", ArgBytes.size()) in sendMessage() 247 auto Err = T->sendMessage(OpC, SeqNo, TagAddr, ArgBytes); in sendMessage() 256 SimpleRemoteEPCArgBytesVector ArgBytes) { in handleSetup() argument [all …]
|
| /openbsd/src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/ |
| D | SimpleRemoteEPC.h | 92 SimpleRemoteEPCArgBytesVector ArgBytes) override; 107 ExecutorAddr TagAddr, ArrayRef<char> ArgBytes); 110 SimpleRemoteEPCArgBytesVector ArgBytes); 114 SimpleRemoteEPCArgBytesVector ArgBytes); 116 SimpleRemoteEPCArgBytesVector ArgBytes); 117 Error handleHangup(SimpleRemoteEPCArgBytesVector ArgBytes);
|
| /openbsd/src/gnu/llvm/llvm/lib/ExecutionEngine/Interpreter/ |
| D | ExternalFunctions.cpp | 216 unsigned ArgBytes = 0; in ffiInvoke() local 224 ArgBytes += TD.getTypeStoreSize(ArgTy); in ffiInvoke() 228 ArgData.resize(ArgBytes); in ffiInvoke()
|