Home
last modified time | relevance | path

Searched refs:WrapperFunction (Results 1 – 7 of 7) sorted by relevance

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/orc/
H A Dwrapper_function_utils.h290 template <typename SPSSignature> class WrapperFunction; variable
293 class WrapperFunction<SPSRetTagT(SPSTagTs...)> {
353 class WrapperFunction<void(SPSTagTs...)>
354 : private WrapperFunction<SPSEmpty(SPSTagTs...)> {
359 return WrapperFunction<SPSEmpty(SPSTagTs...)>::call(FnTag, BE, Args...); in call()
362 using WrapperFunction<SPSEmpty(SPSTagTs...)>::handle;
H A Dmacho_platform.cpp486 if (auto Err = WrapperFunction<SPSExpected<SPSExecutorAddress>( in lookupSymbolInJITDylib()
500 WrapperFunction<SPSExpected<SPSMachOJITDylibInitializerSequence>( in getJITDylibInitializersByName()
613 return WrapperFunction<SPSError(SPSMachOPerObjectSectionsToRegister)>::handle( in __orc_rt_macho_register_object_sections()
625 return WrapperFunction<SPSError(SPSMachOPerObjectSectionsToRegister)>::handle( in __orc_rt_macho_deregister_object_sections()
655 return WrapperFunction<SPSExpected<uint64_t>(void)>::handle( in __orc_rt_macho_create_pthread_key()
H A Drun_program_wrapper.cpp27 return WrapperFunction<int64_t(SPSString, SPSString, in __orc_rt_run_program_wrapper()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DWrapperFunctionUtils.h429 template <typename SPSSignature> class WrapperFunction; variable
432 class WrapperFunction<SPSRetTagT(SPSTagTs...)> {
540 class WrapperFunction<void(SPSTagTs...)>
541 : private WrapperFunction<SPSEmpty(SPSTagTs...)> {
547 return WrapperFunction<SPSEmpty(SPSTagTs...)>::call(Caller, BE, Args...); in call()
550 using WrapperFunction<SPSEmpty(SPSTagTs...)>::handle;
551 using WrapperFunction<SPSEmpty(SPSTagTs...)>::handleAsync;
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DRegisterEHFrames.cpp170 return WrapperFunction<SPSError(SPSExecutorAddress, uint64_t)>::handle( in llvm_orc_registerEHFrameSectionWrapper()
177 return WrapperFunction<SPSError(SPSExecutorAddress, uint64_t)>::handle( in llvm_orc_deregisterEHFrameSectionWrapper()
H A DJITLoaderGDB.cpp98 return WrapperFunction<void(SPSExecutorAddress, uint64_t)>::handle( in llvm_orc_registerJITLoaderGDBWrapper()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1493 shared::WrapperFunction<SPSSignature>::callAsync( in callSPSWrapperAsync()
1511 return shared::WrapperFunction<SPSSignature>::call( in callSPSWrapper()
1530 shared::WrapperFunction<SPSSignature>::handleAsync(ArgData, ArgSize, H, in wrapAsyncWithSPS()