Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.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
H A DCOFFPlatform.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
H A DExecutorProcessControl.cpp139 callWrapperAsync(ExecutorAddr WrapperFnAddr,IncomingWFRHandler SendResult,ArrayRef<char> ArgBuffer) callWrapperAsync() argument
H A DSimpleRemoteEPC.cpp372 IncomingWFRHandler SendResult; handleResult() local
H A DMachOPlatform.cpp690 SendResult(std::move(Err)); in rt_pushSymbols() argument
574 pushInitializersLoop(PushInitializersSendResultFn SendResult,JITDylibSP JD) pushInitializersLoop() argument
661 rt_pushInitializers(PushInitializersSendResultFn SendResult,ExecutorAddr JDHeaderAddr) rt_pushInitializers() argument
[all...]
H A DCore.cpp2261 runJITDispatchHandler(SendResultFunction SendResult,ExecutorAddr HandlerFnTagAddr,ArrayRef<char> ArgBuffer) runJITDispatchHandler() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutorProcessControl.h362 callSPSWrapperAsync(RunPolicyT && Runner,ExecutorAddr WrapperFnAddr,SendResultT && SendResult,const ArgTs &...Args) callSPSWrapperAsync() argument
376 callSPSWrapperAsync(ExecutorAddr WrapperFnAddr,SendResultT && SendResult,const ArgTs &...Args) callSPSWrapperAsync() argument
H A DCore.h1634 callSPSWrapperAsync(ExecutorAddr WrapperFnAddr,SendResultT && SendResult,const ArgTs &...Args) callSPSWrapperAsync() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DWrapperFunctionUtils.h528 handleAsync(const char * ArgData,size_t ArgSize,HandlerT && Handler,SendResultT && SendResult) handleAsync() argument