/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
H A D | ELFNixPlatform.cpp | 323 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 D | COFFPlatform.cpp | 506 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 D | ExecutorProcessControl.cpp | 139 callWrapperAsync(ExecutorAddr WrapperFnAddr,IncomingWFRHandler SendResult,ArrayRef<char> ArgBuffer) callWrapperAsync() argument
|
H A D | SimpleRemoteEPC.cpp | 372 IncomingWFRHandler SendResult; handleResult() local
|
H A D | MachOPlatform.cpp | 690 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 D | Core.cpp | 2261 runJITDispatchHandler(SendResultFunction SendResult,ExecutorAddr HandlerFnTagAddr,ArrayRef<char> ArgBuffer) runJITDispatchHandler() argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
H A D | ExecutorProcessControl.h | 362 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 D | Core.h | 1634 callSPSWrapperAsync(ExecutorAddr WrapperFnAddr,SendResultT && SendResult,const ArgTs &...Args) callSPSWrapperAsync() argument
|
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
H A D | WrapperFunctionUtils.h | 528 handleAsync(const char * ArgData,size_t ArgSize,HandlerT && Handler,SendResultT && SendResult) handleAsync() argument
|