Searched defs:SendResult (Results 1 – 11 of 11) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | ExecutorProcessControl.h | 269 SendResultT &&SendResult, const ArgTs &...Args) { in callSPSWrapperAsync() 283 void callSPSWrapperAsync(ExecutorAddr WrapperFnAddr, SendResultT &&SendResult, in callSPSWrapperAsync()
|
| H A D | Core.h | 1640 void callSPSWrapperAsync(ExecutorAddr WrapperFnAddr, SendResultT &&SendResult, in callSPSWrapperAsync()
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | COFFPlatform.cpp | 499 void COFFPlatform::pushInitializersLoop(PushInitializersSendResultFn SendResult, in pushInitializersLoop() 554 void COFFPlatform::rt_pushInitializers(PushInitializersSendResultFn SendResult, in rt_pushInitializers() 588 void COFFPlatform::rt_lookupSymbol(SendSymbolAddressFn SendResult, in rt_lookupSymbol() 612 RtLookupNotifyComplete(SendSymbolAddressFn &&SendResult) in rt_lookupSymbol() 624 SendSymbolAddressFn SendResult; in rt_lookupSymbol() member in llvm::orc::COFFPlatform::rt_lookupSymbol::RtLookupNotifyComplete
|
| H A D | ELFNixPlatform.cpp | 459 PushInitializersSendResultFn SendResult, JITDylibSP JD) { in pushInitializersLoop() 548 PushInitializersSendResultFn SendResult, ExecutorAddr JDHeaderAddr) { in rt_recordInitializers() 575 void ELFNixPlatform::rt_lookupSymbol(SendSymbolAddressFn SendResult, in rt_lookupSymbol() 602 RtLookupNotifyComplete(SendSymbolAddressFn &&SendResult) in rt_lookupSymbol() 614 SendSymbolAddressFn SendResult; in rt_lookupSymbol() member in llvm::orc::ELFNixPlatform::rt_lookupSymbol::RtLookupNotifyComplete
|
| H A D | SelfExecutorProcessControl.cpp | 136 IncomingWFRHandler SendResult, in callWrapperAsync()
|
| H A D | ReOptimizeLayer.cpp | 158 void ReOptimizeLayer::rt_reoptimize(SendErrorFn SendResult, in rt_reoptimize()
|
| H A D | SimpleRemoteEPC.cpp | 403 IncomingWFRHandler SendResult; in handleResult() local
|
| H A D | MachOPlatform.cpp | 625 PushInitializersSendResultFn SendResult, JITDylibSP JD) { in pushInitializersLoop() 713 void MachOPlatform::rt_pushInitializers(PushInitializersSendResultFn SendResult, in rt_pushInitializers() 742 PushSymbolsInSendResultFn SendResult, ExecutorAddr Handle, in rt_pushSymbols()
|
| H A D | LazyReexports.cpp | 414 void LazyReexportsManager::resolve(ResolveSendResultFn SendResult, in resolve()
|
| H A D | Core.cpp | 1937 void ExecutionSession::runJITDispatchHandler(SendResultFunction SendResult, in runJITDispatchHandler()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
| H A D | WrapperFunctionUtils.h | 530 SendResultT &&SendResult, HandlerT &&Handler) { in handleAsync()
|