Searched defs:SendResult (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| HD | ELFNixPlatform.cpp | 323 SendInitializerSequenceFn SendResult, JITDylib &JD, in getInitializersBuildSequencePhase() 345 SendInitializerSequenceFn SendResult, JITDylib &JD) { in getInitializersLookupPhase() 383 void ELFNixPlatform::rt_getInitializers(SendInitializerSequenceFn SendResult, in rt_getInitializers() 403 SendDeinitializerSequenceFn SendResult, ExecutorAddr Handle) { in rt_getDeinitializers() 428 void ELFNixPlatform::rt_lookupSymbol(SendSymbolAddressFn SendResult, in rt_lookupSymbol() 455 RtLookupNotifyComplete(SendSymbolAddressFn &&SendResult) in rt_lookupSymbol() 467 SendSymbolAddressFn SendResult; in rt_lookupSymbol() member in llvm::orc::ELFNixPlatform::rt_lookupSymbol::RtLookupNotifyComplete
|
| HD | COFFPlatform.cpp | 506 void COFFPlatform::pushInitializersLoop(PushInitializersSendResultFn SendResult, in pushInitializersLoop() 563 void COFFPlatform::rt_pushInitializers(PushInitializersSendResultFn SendResult, in rt_pushInitializers() 597 void COFFPlatform::rt_lookupSymbol(SendSymbolAddressFn SendResult, in rt_lookupSymbol() 621 RtLookupNotifyComplete(SendSymbolAddressFn &&SendResult) in rt_lookupSymbol() 633 SendSymbolAddressFn SendResult; in rt_lookupSymbol() member in llvm::orc::COFFPlatform::rt_lookupSymbol::RtLookupNotifyComplete
|
| HD | ExecutorProcessControl.cpp | 136 IncomingWFRHandler SendResult, in callWrapperAsync()
|
| HD | SimpleRemoteEPC.cpp | 389 IncomingWFRHandler SendResult; in handleResult() local
|
| HD | MachOPlatform.cpp | 610 PushInitializersSendResultFn SendResult, JITDylibSP JD) { in pushInitializersLoop() 697 void MachOPlatform::rt_pushInitializers(PushInitializersSendResultFn SendResult, in rt_pushInitializers() 726 PushSymbolsInSendResultFn SendResult, ExecutorAddr Handle, in rt_pushSymbols()
|
| HD | Core.cpp | 1942 void ExecutionSession::runJITDispatchHandler(SendResultFunction SendResult, in runJITDispatchHandler()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| HD | ExecutorProcessControl.h | 380 SendResultT &&SendResult, const ArgTs &...Args) { in callSPSWrapperAsync() 394 void callSPSWrapperAsync(ExecutorAddr WrapperFnAddr, SendResultT &&SendResult, in callSPSWrapperAsync()
|
| HD | Core.h | 1673 void callSPSWrapperAsync(ExecutorAddr WrapperFnAddr, SendResultT &&SendResult, in callSPSWrapperAsync()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
| HD | WrapperFunctionUtils.h | 530 HandlerT &&Handler, SendResultT &&SendResult) { in handleAsync()
|