Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DOrcRTBootstrap.cpp27 return WrapperFunction<void(SPSSequence<SPSWriteT>)>::handle( in writeUIntsWrapper()
38 return WrapperFunction<void(SPSSequence<SPSMemoryAccessPointerWrite>)>:: in writePointersWrapper()
50 return WrapperFunction<void(SPSSequence<SPSMemoryAccessBufferWrite>)>::handle( in writeBuffersWrapper()
64 return WrapperFunction<SPSSig>::handle(ArgData, ArgSize, in readUIntsWrapper()
79 return WrapperFunction<SPSSig>::handle( in readPointersWrapper()
95 return WrapperFunction<SPSSig>::handle( in readBuffersWrapper()
114 return WrapperFunction<SPSSig>::handle(ArgData, ArgSize, in readStringsWrapper()
128 return WrapperFunction<rt::SPSRunAsMainSignature>::handle( in runAsMainWrapper()
139 return WrapperFunction<rt::SPSRunAsVoidFunctionSignature>::handle( in runAsVoidFunctionWrapper()
149 return WrapperFunction<rt::SPSRunAsIntFunctionSignature>::handle( in runAsIntFunctionWrapper()
H A DJITLoaderVTune.cpp100 return WrapperFunction<SPSError(SPSVTuneMethodBatch)>::handle( in llvm_orc_registerVTuneImpl()
108 return WrapperFunction<void(SPSVTuneUnloadedMethodIDs)>::handle( in llvm_orc_unregisterVTuneImpl()
181 return WrapperFunction<SPSError(SPSVTuneMethodBatch)>::handle( in llvm_orc_test_registerVTuneImpl()
203 return WrapperFunction<SPSError(SPSVTuneMethodBatch)>::handle( in llvm_orc_registerVTuneImpl()
211 return WrapperFunction<void(SPSVTuneUnloadedMethodIDs)>::handle( in llvm_orc_unregisterVTuneImpl()
219 return WrapperFunction<SPSError(SPSVTuneMethodBatch)>::handle( in llvm_orc_test_registerVTuneImpl()
H A DJITLoaderPerf.cpp401 return WrapperFunction<SPSError(SPSPerfJITRecordBatch)>::handle( in llvm_orc_registerJITLoaderPerfImpl()
409 return WrapperFunction<SPSError()>::handle(ArgData, ArgSize, in llvm_orc_registerJITLoaderPerfStart()
417 return WrapperFunction<SPSError()>::handle(ArgData, ArgSize, in llvm_orc_registerJITLoaderPerfEnd()
439 return WrapperFunction<SPSError(SPSPerfJITRecordBatch)>::handle( in llvm_orc_registerJITLoaderPerfImpl()
447 return WrapperFunction<SPSError()>::handle(ArgData, ArgSize, badOS).release(); in llvm_orc_registerJITLoaderPerfStart()
453 return WrapperFunction<SPSError()>::handle(ArgData, ArgSize, badOS).release(); in llvm_orc_registerJITLoaderPerfEnd()
H A DJITLoaderGDB.cpp79 return WrapperFunction<SPSError(SPSExecutorAddrRange, bool)>::handle( in llvm_orc_registerJITLoaderGDBAllocAction()
95 return WrapperFunction<SPSError(SPSExecutorAddrRange, bool)>::handle( in llvm_orc_registerJITLoaderGDBWrapper()
H A DSimpleExecutorDylibManager.cpp104 WrapperFunction<rt::SPSSimpleExecutorDylibManagerOpenSignature>::handle( in openWrapper()
114 WrapperFunction<rt::SPSSimpleExecutorDylibManagerLookupSignature>::handle( in lookupWrapper()
H A DRegisterEHFrames.cpp169 return WrapperFunction<SPSError(SPSExecutorAddrRange)>::handle( in llvm_orc_registerEHFrameSectionAllocAction()
177 return WrapperFunction<SPSError(SPSExecutorAddrRange)>::handle( in llvm_orc_deregisterEHFrameSectionAllocAction()
H A DExecutorSharedMemoryMapperService.cpp339 return shared::WrapperFunction< in reserveWrapper()
350 return shared::WrapperFunction< in initializeWrapper()
361 return shared::WrapperFunction< in deinitializeWrapper()
372 return shared::WrapperFunction< in releaseWrapper()
H A DSimpleExecutorMemoryManager.cpp230 return shared::WrapperFunction< in reserveWrapper()
241 return shared::WrapperFunction< in finalizeWrapper()
252 return shared::WrapperFunction< in deallocateWrapper()
H A DUnwindInfoManager.cpp29 return WrapperFunction<SPSSig>::handle( in llvm_orc_rt_alt_UnwindInfoManager_register()
45 return WrapperFunction<SPSSig>::handle( in llvm_orc_rt_alt_UnwindInfoManager_deregister()
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Ddlfcn_wrapper.cpp28 return WrapperFunction<SPSString()>::handle( in __orc_rt_jit_dlerror_wrapper()
36 return WrapperFunction<SPSExecutorAddr(SPSString, int32_t)>::handle( in __orc_rt_jit_dlopen_wrapper()
48 return WrapperFunction<int32_t(SPSExecutorAddr)>::handle( in __orc_rt_jit_dlupdate_wrapper()
59 return WrapperFunction<int32_t(SPSExecutorAddr)>::handle( in __orc_rt_jit_dlclose_wrapper()
H A Delfnix_platform.cpp428 if (auto Err = WrapperFunction<SPSExpected<SPSExecutorAddr>( in lookupSymbolInJITDylib()
477 if (auto Err = WrapperFunction<SPSExpected<SPSELFNixJITDylibDepInfoMap>( in dlopenFull()
568 if (auto Err = WrapperFunction<SPSExpected<SPSELFNixJITDylibDepInfoMap>( in dlupdateFull()
661 return WrapperFunction<SPSError(SPSExecutorAddr)>::handle( in __orc_rt_elfnix_platform_bootstrap()
673 return WrapperFunction<SPSError()>::handle( in __orc_rt_elfnix_platform_shutdown()
684 return WrapperFunction<SPSError(SPSString, SPSExecutorAddr)>::handle( in __orc_rt_elfnix_register_jitdylib()
695 return WrapperFunction<SPSError(SPSExecutorAddr)>::handle( in __orc_rt_elfnix_deregister_jitdylib()
706 return WrapperFunction<SPSError(SPSExecutorAddr, in __orc_rt_elfnix_register_init_sections()
719 return WrapperFunction<SPSError(SPSExecutorAddr, in __orc_rt_elfnix_deregister_init_sections()
733 return WrapperFunction<SPSError(SPSELFNixPerObjectSectionsToRegister)>:: in __orc_rt_elfnix_register_object_sections()
[all …]
H A Dwrapper_function_utils.h281 template <typename SPSSignature> class WrapperFunction; variable
284 class WrapperFunction<SPSRetTagT(SPSTagTs...)> {
338 class WrapperFunction<void(SPSTagTs...)>
339 : private WrapperFunction<SPSEmpty(SPSTagTs...)> {
344 return WrapperFunction<SPSEmpty(SPSTagTs...)>::call( in call()
348 using WrapperFunction<SPSEmpty(SPSTagTs...)>::handle;
H A Dmacho_platform.cpp858 if (auto Err = WrapperFunction<SPSError( in requestPushSymbols()
1089 if (auto Err = WrapperFunction<SPSExpected<SPSMachOJITDylibDepInfoMap>( in dlopenFull()
1217 if (auto Err = WrapperFunction<SPSExpected<SPSMachOJITDylibDepInfoMap>( in dlupdateFull()
1354 return WrapperFunction<SPSError()>::handle( in __orc_rt_macho_platform_bootstrap()
1362 return WrapperFunction<SPSError()>::handle( in __orc_rt_macho_platform_shutdown()
1370 return WrapperFunction<SPSError(SPSString, SPSExecutorAddr)>::handle( in __orc_rt_macho_register_jitdylib()
1381 return WrapperFunction<SPSError(SPSExecutorAddr)>::handle( in __orc_rt_macho_deregister_jitdylib()
1393 return WrapperFunction<SPSError(SPSExecutorAddr, in __orc_rt_macho_register_object_platform_sections()
1412 return WrapperFunction<SPSError( in __orc_rt_macho_register_object_symbol_table()
1428 return WrapperFunction<SPSError( in __orc_rt_macho_deregister_object_symbol_table()
[all …]
H A Dcoff_platform.cpp318 if (auto Err = WrapperFunction<SPSExpected<SPSCOFFJITDylibDepInfoMap>( in dlopenFull()
448 if (auto Err = WrapperFunction<SPSExpected<SPSExecutorAddr>( in lookupSymbolInJITDylib()
611 return WrapperFunction<SPSError(SPSString, SPSExecutorAddr)>::handle( in __orc_rt_coff_register_jitdylib()
622 return WrapperFunction<SPSError(SPSExecutorAddr)>::handle( in __orc_rt_coff_deregister_jitdylib()
633 return WrapperFunction<SPSError(SPSExecutorAddr, SPSCOFFObjectSectionsMap, in __orc_rt_coff_register_object_sections()
648 return WrapperFunction<SPSError(SPSExecutorAddr, SPSCOFFObjectSectionsMap)>:: in __orc_rt_coff_deregister_object_sections()
H A Dresolve.cpp36 if (auto Err = WrapperFunction<SPSExpected<SPSExecutorSymbolDef>( in __orc_rt_resolve()
H A Drun_program_wrapper.cpp27 return WrapperFunction<int64_t(SPSString, SPSString, in __orc_rt_run_program_wrapper()
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/
H A Dwrapper_function_utils_test.cpp79 return WrapperFunction<void()>::handle(ArgData, ArgSize, voidNoop).release(); in voidNoopWrapper()
84 return WrapperFunction<int32_t(int32_t, int32_t)>::handle( in addWrapper()
104 !!WrapperFunction<void()>::call(JITDispatch((void *)&voidNoopWrapper))); in TEST()
109 EXPECT_FALSE(!!WrapperFunction<int32_t(int32_t, int32_t)>::call( in TEST()
125 return WrapperFunction<int32_t(SPSExecutorAddr, int32_t)>::handle( in addMethodWrapper()
133 EXPECT_FALSE(!!WrapperFunction<int32_t(SPSExecutorAddr, int32_t)>::call( in TEST()
141 return WrapperFunction<int8_t(SPSExecutorAddrRange)>::handle( in sumArrayWrapper()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DWrapperFunctionUtils.h434 template <typename SPSSignature> class WrapperFunction; variable
437 class WrapperFunction<SPSRetTagT(SPSTagTs...)> {
553 class WrapperFunction<void(SPSTagTs...)>
554 : private WrapperFunction<SPSEmpty(SPSTagTs...)> {
560 return WrapperFunction<SPSEmpty(SPSTagTs...)>::call(Caller, BE, Args...); in call()
568 WrapperFunction<SPSEmpty(SPSTagTs...)>::callAsync( in callAsync()
577 using WrapperFunction<SPSEmpty(SPSTagTs...)>::handle;
578 using WrapperFunction<SPSEmpty(SPSTagTs...)>::handleAsync;
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DExecutorProcessControl.h270 shared::WrapperFunction<SPSSignature>::callAsync( in callSPSWrapperAsync()
298 return shared::WrapperFunction<SPSSignature>::call( in callSPSWrapper()
H A DCore.h1670 shared::WrapperFunction<SPSSignature>::handleAsync( in wrapAsyncWithSPS()