Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DOrcRTBridge.h63 shared::SPSError(shared::SPSExecutorAddr, shared::SPSFinalizeRequest);
64 using SPSSimpleExecutorMemoryManagerDeallocateSignature = shared::SPSError(
77 shared::SPSError(shared::SPSExecutorAddr,
79 using SPSExecutorSharedMemoryMapperServiceReleaseSignature = shared::SPSError(
H A DWrapperFunctionUtils.h392 template <> class ResultDeserializer<SPSError, Error> {
400 if (!SPSArgList<SPSError>::deserialize(IB, BSE)) in deserialize()
697 if (auto Err = runWithSPSRet<SPSError>(RetErr)) in runWithSPSRetErrorMerged()
H A DSimplePackedSerialization.h544 class SPSError; variable
609 class SPSSerializationTraits<SPSError, detail::SPSSerializableError> {
/llvm-project-15.0.7/compiler-rt/lib/orc/
H A Dmacho_ehframe_registration.cpp54 return WrapperFunction<SPSError(SPSExecutorAddrRange)>::handle( in __orc_rt_macho_register_ehframe_section()
66 return WrapperFunction<SPSError(SPSExecutorAddrRange)>::handle( in __orc_rt_macho_deregister_ehframe_section()
H A Dwrapper_function_utils.h248 template <> class ResultDeserializer<SPSError, Error> {
255 if (!SPSArgList<SPSError>::deserialize(IB, BSE)) in deserialize()
467 if (auto Err = runWithSPSRet<SPSError>(RetErr)) in runWithSPSRetErrorMerged()
H A Dmacho_platform.cpp949 return WrapperFunction<SPSError(SPSString, SPSExecutorAddr)>::handle( in __orc_rt_macho_register_jitdylib()
960 return WrapperFunction<SPSError(SPSExecutorAddr)>::handle( in __orc_rt_macho_deregister_jitdylib()
972 return WrapperFunction<SPSError(SPSExecutorAddr, in __orc_rt_macho_register_object_platform_sections()
986 return WrapperFunction<SPSError(SPSExecutorAddr, in __orc_rt_macho_deregister_object_platform_sections()
1000 return WrapperFunction<SPSError(SPSSequence<SPSWrapperFunctionCall>)>::handle( in __orc_rt_macho_run_wrapper_function_calls()
H A Delfnix_platform.cpp471 return WrapperFunction<SPSError(SPSELFNixPerObjectSectionsToRegister)>:: in __orc_rt_elfnix_register_object_sections()
483 return WrapperFunction<SPSError(SPSELFNixPerObjectSectionsToRegister)>:: in __orc_rt_elfnix_deregister_object_sections()
H A Dsimple_packed_serialization.h431 class SPSError; variable
496 class SPSSerializationTraits<SPSError, detail::SPSSerializableError> {
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DJITLoaderGDB.cpp106 return WrapperFunction<SPSError(SPSExecutorAddrRange)>::handle( in llvm_orc_registerJITLoaderGDBAllocAction()
119 return WrapperFunction<SPSError(SPSExecutorAddrRange)>::handle( in llvm_orc_registerJITLoaderGDBWrapper()
H A DRegisterEHFrames.cpp173 return WrapperFunction<SPSError(SPSExecutorAddrRange)>::handle( in llvm_orc_registerEHFrameSectionWrapper()
180 return WrapperFunction<SPSError(SPSExecutorAddrRange)>::handle( in llvm_orc_deregisterEHFrameSectionWrapper()
/llvm-project-15.0.7/llvm/unittests/ExecutionEngine/Orc/
H A DSimpleExecutorMemoryManagerTest.cpp25 return WrapperFunction<SPSError(SPSExecutorAddr)>::handle( in incrementWrapper()
H A DSharedMemoryMapperTest.cpp26 return WrapperFunction<SPSError(SPSExecutorAddr)>::handle( in incrementWrapper()
H A DMemoryMapperTest.cpp53 return WrapperFunction<SPSError(SPSExecutorAddr)>::handle( in incrementWrapper()
/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DSimpleRemoteEPC.cpp399 if (!SPSArgList<SPSError>::deserialize(IB, Info)) in handleHangup()
H A DELFNixPlatform.cpp615 if (auto Err = ES.callSPSWrapper<shared::SPSError( in registerPerObjectSections()