Home
last modified time | relevance | path

Searched defs:SendResult (Results 1 – 9 of 9) sorted by relevance

/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDELFNixPlatform.cpp323 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
HDCOFFPlatform.cpp506 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
HDExecutorProcessControl.cpp136 IncomingWFRHandler SendResult, in callWrapperAsync()
HDSimpleRemoteEPC.cpp389 IncomingWFRHandler SendResult; in handleResult() local
HDMachOPlatform.cpp610 PushInitializersSendResultFn SendResult, JITDylibSP JD) { in pushInitializersLoop()
697 void MachOPlatform::rt_pushInitializers(PushInitializersSendResultFn SendResult, in rt_pushInitializers()
726 PushSymbolsInSendResultFn SendResult, ExecutorAddr Handle, in rt_pushSymbols()
HDCore.cpp1942 void ExecutionSession::runJITDispatchHandler(SendResultFunction SendResult, in runJITDispatchHandler()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
HDExecutorProcessControl.h380 SendResultT &&SendResult, const ArgTs &...Args) { in callSPSWrapperAsync()
394 void callSPSWrapperAsync(ExecutorAddr WrapperFnAddr, SendResultT &&SendResult, in callSPSWrapperAsync()
HDCore.h1673 void callSPSWrapperAsync(ExecutorAddr WrapperFnAddr, SendResultT &&SendResult, in callSPSWrapperAsync()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
HDWrapperFunctionUtils.h530 HandlerT &&Handler, SendResultT &&SendResult) { in handleAsync()