Home
last modified time | relevance | path

Searched refs:SPSError (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DOrcRTBridge.h78 shared::SPSError(shared::SPSExecutorAddr, shared::SPSFinalizeRequest);
79 using SPSSimpleExecutorMemoryManagerDeallocateSignature = shared::SPSError(
92 shared::SPSError(shared::SPSExecutorAddr,
94 using SPSExecutorSharedMemoryMapperServiceReleaseSignature = shared::SPSError(
H A DWrapperFunctionUtils.h392 template <> class ResultDeserializer<SPSError, Error> {
400 if (!SPSArgList<SPSError>::deserialize(IB, BSE)) in deserialize()
700 if (auto Err = runWithSPSRet<SPSError>(RetErr)) in runWithSPSRetErrorMerged()
H A DSimplePackedSerialization.h585 class SPSError; variable
650 class SPSSerializationTraits<SPSError, detail::SPSSerializableError> {
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DJITLoaderVTune.cpp100 return WrapperFunction<SPSError(SPSVTuneMethodBatch)>::handle( in llvm_orc_registerVTuneImpl()
181 return WrapperFunction<SPSError(SPSVTuneMethodBatch)>::handle( in llvm_orc_test_registerVTuneImpl()
203 return WrapperFunction<SPSError(SPSVTuneMethodBatch)>::handle( in llvm_orc_registerVTuneImpl()
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 DRegisterEHFrames.cpp169 return WrapperFunction<SPSError(SPSExecutorAddrRange)>::handle( in llvm_orc_registerEHFrameSectionAllocAction()
177 return WrapperFunction<SPSError(SPSExecutorAddrRange)>::handle( in llvm_orc_deregisterEHFrameSectionAllocAction()
H A DUnwindInfoManager.cpp26 using SPSSig = SPSError(SPSSequence<SPSExecutorAddrRange>, SPSExecutorAddr, in llvm_orc_rt_alt_UnwindInfoManager_register()
43 using SPSSig = SPSError(SPSSequence<SPSExecutorAddrRange>); in llvm_orc_rt_alt_UnwindInfoManager_deregister()
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Delfnix_platform.cpp661 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()
745 return WrapperFunction<SPSError(SPSELFNixPerObjectSectionsToRegister)>:: in __orc_rt_elfnix_deregister_object_sections()
H A Dmacho_platform.cpp858 if (auto Err = WrapperFunction<SPSError( in requestPushSymbols()
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()
1442 return WrapperFunction<SPSError(SPSExecutorAddr, in __orc_rt_macho_deregister_object_platform_sections()
1458 return WrapperFunction<SPSError(SPSSequence<SPSWrapperFunctionCall>)>::handle( in __orc_rt_macho_run_wrapper_function_calls()
H A Dwrapper_function_utils.h247 template <> class ResultDeserializer<SPSError, Error> {
254 if (!SPSArgList<SPSError>::deserialize(IB, BSE)) in deserialize()
464 if (auto Err = runWithSPSRet<SPSError>(RetErr)) in runWithSPSRetErrorMerged()
H A Dcoff_platform.cpp611 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 Dsimple_packed_serialization.h518 class SPSError; variable
583 class SPSSerializationTraits<SPSError, detail::SPSSerializableError> {
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DReOptimizeLayer.cpp31 using ReoptimizeSPSSig = shared::SPSError(uint64_t, uint32_t); in reigsterRuntimeFunctions()
H A DSimpleRemoteEPC.cpp453 if (!SPSArgList<SPSError>::deserialize(IB, Info)) in handleHangup()
H A DMachOPlatform.cpp616 SPSError(SPSExecutorAddr, SPSSequence<SPSTuple<SPSString, bool>>); in associateRuntimeSupportFunctions()