Searched refs:SendResult (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| D | MachOPlatform.cpp | 339 SendInitializerSequenceFn SendResult, JITDylib &JD, in getInitializersBuildSequencePhase() argument 357 SendResult(std::move(FullInitSeq)); in getInitializersBuildSequencePhase() 361 SendInitializerSequenceFn SendResult, JITDylib &JD) { in getInitializersLookupPhase() argument 378 getInitializersBuildSequencePhase(std::move(SendResult), JD, in getInitializersLookupPhase() 385 [this, SendResult = std::move(SendResult), &JD](Error Err) mutable { in getInitializersLookupPhase() 387 SendResult(std::move(Err)); in getInitializersLookupPhase() 389 getInitializersLookupPhase(std::move(SendResult), JD); in getInitializersLookupPhase() 394 void MachOPlatform::rt_getInitializers(SendInitializerSequenceFn SendResult, in rt_getInitializers() argument 405 SendResult(make_error<StringError>("No JITDylib named " + JDName, in rt_getInitializers() 410 getInitializersLookupPhase(std::move(SendResult), *JD); in rt_getInitializers() [all …]
|
| D | ExecutorProcessControl.cpp | 113 SendResultFunction SendResult, JITTargetAddress WrapperFnAddr, in callWrapperAsync() argument 118 SendResult(WrapperFn(ArgBuffer.data(), ArgBuffer.size())); in callWrapperAsync()
|
| D | Core.cpp | 2089 ExecutorProcessControl::SendResultFunction SendResult, in runJITDispatchHandler() argument 2101 (*F)(std::move(SendResult), ArgBuffer.data(), ArgBuffer.size()); in runJITDispatchHandler() 2103 SendResult(shared::WrapperFunctionResult::createOutOfBandError( in runJITDispatchHandler()
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| D | MachOPlatform.h | 201 void getInitializersBuildSequencePhase(SendInitializerSequenceFn SendResult, 205 void getInitializersLookupPhase(SendInitializerSequenceFn SendResult, 208 void rt_getInitializers(SendInitializerSequenceFn SendResult, 211 void rt_getDeinitializers(SendDeinitializerSequenceFn SendResult, 214 void rt_lookupSymbol(SendSymbolAddressFn SendResult, ExecutorAddress Handle,
|
| D | OrcRPCExecutorProcessControl.h | 415 std::function<Error(Expected<shared::WrapperFunctionResult>)> SendResult, in runWrapperInJIT() argument 419 [this, SendResult = std::move(SendResult)]( in runWrapperInJIT() 421 if (auto Err = SendResult(std::move(R))) in runWrapperInJIT()
|
| D | Core.h | 1294 ExecutorProcessControl::SendResultFunction SendResult, 1490 void callSPSWrapperAsync(SendResultT &&SendResult, in callSPSWrapperAsync() argument 1495 WrapperFnAddr](ExecutorProcessControl::SendResultFunction SendResult, in callSPSWrapperAsync() 1497 callWrapperAsync(std::move(SendResult), WrapperFnAddr, in callSPSWrapperAsync() 1500 std::move(SendResult), Args...); in callSPSWrapperAsync() 1528 ExecutorProcessControl::SendResultFunction SendResult, in wrapAsyncWithSPS() 1531 std::move(SendResult)); in wrapAsyncWithSPS() 1567 runJITDispatchHandler(ExecutorProcessControl::SendResultFunction SendResult,
|
| /freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
| D | WrapperFunctionUtils.h | 295 auto SendResult = in applyAsync() 301 callAsync(std::forward<HandlerT>(H), std::move(SendResult), std::move(Args), in applyAsync() 517 HandlerT &&Handler, SendResultT &&SendResult) { in handleAsync() argument 521 std::forward<SendResultT>(SendResult), ArgData, ArgSize); in handleAsync()
|