Searched refs:WrapperFunction (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/compiler-rt/lib/orc/ |
| H A D | wrapper_function_utils.h | 290 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 D | macho_platform.cpp | 486 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 D | run_program_wrapper.cpp | 27 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 D | WrapperFunctionUtils.h | 429 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 D | RegisterEHFrames.cpp | 170 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 D | JITLoaderGDB.cpp | 98 return WrapperFunction<void(SPSExecutorAddress, uint64_t)>::handle( in llvm_orc_registerJITLoaderGDBWrapper()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | Core.h | 1493 shared::WrapperFunction<SPSSignature>::callAsync( in callSPSWrapperAsync() 1511 return shared::WrapperFunction<SPSSignature>::call( in callSPSWrapper() 1530 shared::WrapperFunction<SPSSignature>::handleAsync(ArgData, ArgSize, H, in wrapAsyncWithSPS()
|