Home
last modified time | relevance | path

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

/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp323 getInitializersBuildSequencePhase(SendInitializerSequenceFn SendResult,JITDylib & JD,std::vector<JITDylibSP> DFSLinkOrder) getInitializersBuildSequencePhase() argument
345 getInitializersLookupPhase(SendInitializerSequenceFn SendResult,JITDylib & JD) getInitializersLookupPhase() argument
383 rt_getInitializers(SendInitializerSequenceFn SendResult,StringRef JDName) rt_getInitializers() argument
403 rt_getDeinitializers(SendDeinitializerSequenceFn SendResult,ExecutorAddr Handle) rt_getDeinitializers() argument
428 rt_lookupSymbol(SendSymbolAddressFn SendResult,ExecutorAddr Handle,StringRef SymbolName) rt_lookupSymbol() argument
455 RtLookupNotifyComplete(SendSymbolAddressFn && SendResult) rt_lookupSymbol() argument
467 SendSymbolAddressFn SendResult; rt_lookupSymbol() member in llvm::orc::ELFNixPlatform::rt_lookupSymbol::RtLookupNotifyComplete
[all...]
H A DCOFFPlatform.cpp506 pushInitializersLoop(PushInitializersSendResultFn SendResult,JITDylibSP JD,JITDylibDepMap & JDDepMap) pushInitializersLoop() argument
563 rt_pushInitializers(PushInitializersSendResultFn SendResult,ExecutorAddr JDHeaderAddr) rt_pushInitializers() argument
597 rt_lookupSymbol(SendSymbolAddressFn SendResult,ExecutorAddr Handle,StringRef SymbolName) rt_lookupSymbol() argument
621 RtLookupNotifyComplete(SendSymbolAddressFn && SendResult) rt_lookupSymbol() argument
633 SendSymbolAddressFn SendResult; rt_lookupSymbol() member in llvm::orc::COFFPlatform::rt_lookupSymbol::RtLookupNotifyComplete
[all...]
H A DExecutorProcessControl.cpp136 callWrapperAsync(ExecutorAddr WrapperFnAddr,IncomingWFRHandler SendResult,ArrayRef<char> ArgBuffer) callWrapperAsync() argument
H A DSimpleRemoteEPC.cpp389 IncomingWFRHandler SendResult; handleResult() local
H A DMachOPlatform.cpp697 pushInitializersLoop(std::move(SendResult), JD); in rt_pushInitializers() argument
610 pushInitializersLoop(PushInitializersSendResultFn SendResult,JITDylibSP JD) pushInitializersLoop() argument
726 rt_pushSymbols(PushSymbolsInSendResultFn SendResult,ExecutorAddr Handle,const std::vector<std::pair<StringRef,bool>> & SymbolNames) rt_pushSymbols() argument
[all...]
H A DCore.cpp1942 runJITDispatchHandler(SendResultFunction SendResult,ExecutorAddr HandlerFnTagAddr,ArrayRef<char> ArgBuffer) runJITDispatchHandler() argument
/llvm-project/llvm/unittests/ExecutionEngine/Orc/
H A DWrapperFunctionUtilsTest.cpp111 static void voidNoopAsync(unique_function<void(SPSEmpty)> SendResult) { in voidNoopAsync()
134 [](unique_function<void(int32_t)> SendResult, int32_t X, int32_t Y) { in addAsyncWrapper()
H A DExecutionSessionWrapperFunctionCallsTest.cpp28 addAsyncWrapper(unique_function<void (int32_t)> SendResult,int32_t X,int32_t Y) addAsyncWrapper() argument
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutorProcessControl.h380 callSPSWrapperAsync(RunPolicyT && Runner,ExecutorAddr WrapperFnAddr,SendResultT && SendResult,const ArgTs &...Args) callSPSWrapperAsync() argument
394 callSPSWrapperAsync(ExecutorAddr WrapperFnAddr,SendResultT && SendResult,const ArgTs &...Args) callSPSWrapperAsync() argument
H A DCore.h1673 callSPSWrapperAsync(ExecutorAddr WrapperFnAddr,SendResultT && SendResult,const ArgTs &...Args) callSPSWrapperAsync() argument
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DWrapperFunctionUtils.h530 HandlerT &&Handler, SendResultT &&SendResult) { in handleAsync()