Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp309 getInitializersBuildSequencePhase(SendInitializerSequenceFn SendResult,JITDylib & JD,std::vector<JITDylibSP> DFSLinkOrder) getInitializersBuildSequencePhase() argument
331 getInitializersLookupPhase(SendInitializerSequenceFn SendResult,JITDylib & JD) getInitializersLookupPhase() argument
369 rt_getInitializers(SendInitializerSequenceFn SendResult,StringRef JDName) rt_getInitializers() argument
389 rt_getDeinitializers(SendDeinitializerSequenceFn SendResult,ExecutorAddr Handle) rt_getDeinitializers() argument
414 rt_lookupSymbol(SendSymbolAddressFn SendResult,ExecutorAddr Handle,StringRef SymbolName) rt_lookupSymbol() argument
441 RtLookupNotifyComplete(SendSymbolAddressFn && SendResult) rt_lookupSymbol() argument
453 SendSymbolAddressFn SendResult; rt_lookupSymbol() member in llvm::orc::ELFNixPlatform::rt_lookupSymbol::RtLookupNotifyComplete
[all...]
H A DCOFFPlatform.cpp506 void COFFPlatform::pushInitializersLoop(PushInitializersSendResultFn SendResult, in pushInitializersLoop() argument
563 void COFFPlatform::rt_pushInitializers(PushInitializersSendResultFn SendResult, in 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 IncomingWFRHandler SendResult, in callWrapperAsync()
H A DSimpleRemoteEPC.cpp389 IncomingWFRHandler SendResult; in handleResult() local
H A DMachOPlatform.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()
H A DCore.cpp1942 void ExecutionSession::runJITDispatchHandler(SendResultFunction SendResult, in runJITDispatchHandler()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutorProcessControl.h380 SendResultT &&SendResult, const ArgTs &...Args) { in callSPSWrapperAsync()
394 void callSPSWrapperAsync(ExecutorAddr WrapperFnAddr, SendResultT &&SendResult, in callSPSWrapperAsync()
H A DCore.h1673 void callSPSWrapperAsync(ExecutorAddr WrapperFnAddr, SendResultT &&SendResult, in callSPSWrapperAsync()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DWrapperFunctionUtils.h530 HandlerT &&Handler, SendResultT &&SendResult) { in handleAsync()