Searched defs:SendResult (Results 1 – 9 of 9) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | ELFNixPlatform.cpp | 309 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 D | COFFPlatform.cpp | 506 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 D | ExecutorProcessControl.cpp | 136 IncomingWFRHandler SendResult, in callWrapperAsync()
|
H A D | SimpleRemoteEPC.cpp | 389 IncomingWFRHandler SendResult; in handleResult() local
|
H A D | 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()
|
H A D | Core.cpp | 1942 void ExecutionSession::runJITDispatchHandler(SendResultFunction SendResult, in runJITDispatchHandler()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | ExecutorProcessControl.h | 380 SendResultT &&SendResult, const ArgTs &...Args) { in callSPSWrapperAsync() 394 void callSPSWrapperAsync(ExecutorAddr WrapperFnAddr, SendResultT &&SendResult, in callSPSWrapperAsync()
|
H A D | Core.h | 1673 void callSPSWrapperAsync(ExecutorAddr WrapperFnAddr, SendResultT &&SendResult, in callSPSWrapperAsync()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
H A D | WrapperFunctionUtils.h | 530 HandlerT &&Handler, SendResultT &&SendResult) { in handleAsync()
|