/freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/ |
H A D | wrapper_function_utils_test.cpp | 77 return WrapperFunction<void()>::handle(ArgData, ArgSize, voidNoop).release(); in voidNoopWrapper() 82 return WrapperFunction<int32_t(int32_t, int32_t)>::handle( in addWrapper() 101 EXPECT_FALSE(!!WrapperFunction<void()>::call((void *)&voidNoopWrapper)); in TEST() 106 EXPECT_FALSE(!!WrapperFunction<int32_t(int32_t, int32_t)>::call( in TEST() 122 return WrapperFunction<int32_t(SPSExecutorAddr, int32_t)>::handle( in addMethodWrapper() 130 EXPECT_FALSE(!!WrapperFunction<int32_t(SPSExecutorAddr, int32_t)>::call( in TEST() 137 return WrapperFunction<int8_t(SPSExecutorAddrRange)>::handle( in sumArrayWrapper()
|
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
H A D | OrcRTBootstrap.cpp | 27 return WrapperFunction<void(SPSSequence<SPSWriteT>)>::handle( in writeUIntsWrapper() 38 return WrapperFunction<void(SPSSequence<SPSMemoryAccessBufferWrite>)>::handle( in writeBuffersWrapper() 50 return WrapperFunction<rt::SPSRunAsMainSignature>::handle( in runAsMainWrapper() 61 return WrapperFunction<rt::SPSRunAsVoidFunctionSignature>::handle( in runAsVoidFunctionWrapper() 71 return WrapperFunction<rt::SPSRunAsIntFunctionSignature>::handle( in runAsIntFunctionWrapper()
|
H A D | JITLoaderVTune.cpp | 100 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(Data, Size, in llvm_orc_unregisterVTuneImpl() 219 return WrapperFunction<SPSError(SPSVTuneMethodBatch)>::handle( in llvm_orc_test_registerVTuneImpl()
|
H A D | JITLoaderGDB.cpp | 82 return WrapperFunction<SPSError(SPSExecutorAddrRange, bool)>::handle( in llvm_orc_registerJITLoaderGDBAllocAction() 98 return WrapperFunction<SPSError(SPSExecutorAddrRange, bool)>::handle( in llvm_orc_registerJITLoaderGDBWrapper()
|
H A D | ExecutorSharedMemoryMapperService.cpp | 328 return shared::WrapperFunction< in reserveWrapper() 339 return shared::WrapperFunction< in initializeWrapper() 350 return shared::WrapperFunction< in deinitializeWrapper() 361 return shared::WrapperFunction< in releaseWrapper()
|
H A D | RegisterEHFrames.cpp | 173 return WrapperFunction<SPSError(SPSExecutorAddrRange)>::handle( in llvm_orc_registerEHFrameSectionWrapper() 180 return WrapperFunction<SPSError(SPSExecutorAddrRange)>::handle( in llvm_orc_deregisterEHFrameSectionWrapper()
|
H A D | SimpleExecutorDylibManager.cpp | 105 WrapperFunction<rt::SPSSimpleExecutorDylibManagerOpenSignature>::handle( in openWrapper() 115 WrapperFunction<rt::SPSSimpleExecutorDylibManagerLookupSignature>::handle( in lookupWrapper()
|
H A D | SimpleExecutorMemoryManager.cpp | 230 return shared::WrapperFunction< in reserveWrapper() 241 return shared::WrapperFunction< in finalizeWrapper() 252 return shared::WrapperFunction< in deallocateWrapper()
|
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/ |
H A D | dlfcn_wrapper.cpp | 27 return WrapperFunction<SPSString()>::handle( in __orc_rt_jit_dlerror_wrapper() 35 return WrapperFunction<SPSExecutorAddr(SPSString, int32_t)>::handle( in __orc_rt_jit_dlopen_wrapper() 46 return WrapperFunction<int32_t(SPSExecutorAddr)>::handle( in __orc_rt_jit_dlclose_wrapper()
|
H A D | elfnix_platform.cpp | 354 if (auto Err = WrapperFunction<SPSExpected<SPSExecutorAddr>( in lookupSymbolInJITDylib() 370 WrapperFunction<SPSExpected<SPSELFNixJITDylibInitializerSequence>( in getJITDylibInitializersByName() 475 return WrapperFunction<void(uint64_t)>::handle( in __orc_rt_elfnix_platform_bootstrap() 493 return WrapperFunction<SPSError(SPSELFNixPerObjectSectionsToRegister)>:: in __orc_rt_elfnix_register_object_sections() 505 return WrapperFunction<SPSError(SPSELFNixPerObjectSectionsToRegister)>:: in __orc_rt_elfnix_deregister_object_sections() 541 return WrapperFunction<SPSExpected<uint64_t>(void)>::handle( in __orc_rt_elfnix_create_pthread_key()
|
H A D | wrapper_function_utils.h | 282 template <typename SPSSignature> class WrapperFunction; variable 285 class WrapperFunction<SPSRetTagT(SPSTagTs...)> { 347 class WrapperFunction<void(SPSTagTs...)> in call() 348 : private WrapperFunction<SPSEmpty(SPSTagTs...)> { in call() 353 return WrapperFunction<SPSEmpty(SPSTagTs...)>::call(FnTag, BE, Args...); 356 using WrapperFunction<SPSEmpty(SPSTagTs...)>::handle; 376 /// return WrapperFunction<SPSMyMethodWrapperSignature>::handle(
|
H A D | macho_platform.cpp | 914 if (auto Err = WrapperFunction<SPSError( in dlopenImpl() 1141 if (auto Err = WrapperFunction<SPSExpected<SPSMachOJITDylibDepInfoMap>( 1344 return WrapperFunction<SPSError()>::handle( 1352 return WrapperFunction<SPSError()>::handle( 1360 return WrapperFunction<SPSError(SPSString, SPSExecutorAddr)>::handle( 1371 return WrapperFunction<SPSError(SPSExecutorAddr)>::handle( 1383 return WrapperFunction<SPSError(SPSExecutorAddr, 1402 return WrapperFunction<SPSError( 1418 return WrapperFunction<SPSError( 1432 return WrapperFunction<SPSErro [all...] |
H A D | coff_platform.cpp | 317 if (auto Err = WrapperFunction<SPSExpected<SPSCOFFJITDylibDepInfoMap>( in dlopenFull() 447 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 D | run_program_wrapper.cpp | 27 return WrapperFunction<int64_t(SPSString, SPSString, in __orc_rt_run_program_wrapper()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
H A D | WrapperFunctionUtils.h | 434 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 D | ExecutorProcessControl.h | 381 shared::WrapperFunction<SPSSignature>::callAsync( in callSPSWrapperAsync() 409 return shared::WrapperFunction<SPSSignature>::call( in callSPSWrapper()
|
H A D | Core.h | 1703 shared::WrapperFunction<SPSSignature>::handleAsync(ArgData, ArgSize, H, in wrapAsyncWithSPS()
|