Home
last modified time | relevance | path

Searched refs:SetupMsgBytes (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSimpleRemoteEPC.cpp286 [&](shared::WrapperFunctionResult SetupMsgBytes) { in setup() argument
287 if (const char *ErrMsg = SetupMsgBytes.getOutOfBandError()) { in setup()
294 shared::SPSInputBuffer IB(SetupMsgBytes.data(), SetupMsgBytes.size()); in setup()