/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | ELFNixPlatform.cpp | 323 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 D | COFFPlatform.cpp | 506 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 D | ExecutorProcessControl.cpp | 136 callWrapperAsync(ExecutorAddr WrapperFnAddr,IncomingWFRHandler SendResult,ArrayRef<char> ArgBuffer) callWrapperAsync() argument
|
H A D | SimpleRemoteEPC.cpp | 389 IncomingWFRHandler SendResult; handleResult() local
|
H A D | MachOPlatform.cpp | 697 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 D | Core.cpp | 1942 runJITDispatchHandler(SendResultFunction SendResult,ExecutorAddr HandlerFnTagAddr,ArrayRef<char> ArgBuffer) runJITDispatchHandler() argument
|
/llvm-project/llvm/unittests/ExecutionEngine/Orc/ |
H A D | WrapperFunctionUtilsTest.cpp | 111 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 D | ExecutionSessionWrapperFunctionCallsTest.cpp | 28 addAsyncWrapper(unique_function<void (int32_t)> SendResult,int32_t X,int32_t Y) addAsyncWrapper() argument
|
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | ExecutorProcessControl.h | 380 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 D | Core.h | 1673 callSPSWrapperAsync(ExecutorAddr WrapperFnAddr,SendResultT && SendResult,const ArgTs &...Args) callSPSWrapperAsync() argument
|
/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
H A D | WrapperFunctionUtils.h | 530 HandlerT &&Handler, SendResultT &&SendResult) { in handleAsync()
|