Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DSimpleRemoteEPC.cpp288 [&](shared::WrapperFunctionResult SetupMsgBytes) { in setup() argument
289 if (const char *ErrMsg = SetupMsgBytes.getOutOfBandError()) { in setup()
296 shared::SPSInputBuffer IB(SetupMsgBytes.data(), SetupMsgBytes.size()); in setup()