Lines Matching refs:shared
22 using namespace llvm::orc::shared;
134 shared::WrapperFunctionResult::createOutOfBandError("disconnecting")); in handleDisconnect()
217 shared::SPSArgList<shared::SPSSimpleRemoteEPCExecutorInfo>; in sendSetupMessage()
219 shared::WrapperFunctionResult::allocate(SPSSerialize::size(EI)); in sendSetupMessage()
220 shared::SPSOutputBuffer OB(SetupPacketBytes.data(), SetupPacketBytes.size()); in sendSetupMessage()
232 std::promise<shared::WrapperFunctionResult> *P = nullptr; in handleResult()
244 auto R = shared::WrapperFunctionResult::allocate(ArgBytes.size()); in handleResult()
255 shared::CWrapperFunctionResult (*)(const char *, size_t); in handleCallWrapper()
257 shared::WrapperFunctionResult ResultBytes( in handleCallWrapper()
266 shared::WrapperFunctionResult
270 std::promise<shared::WrapperFunctionResult> ResultP; in doJITDispatch()
275 return shared::WrapperFunctionResult::createOutOfBandError( in doJITDispatch()
290 shared::CWrapperFunctionResult