Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DOrcRTBridge.h66 shared::SPSError(shared::SPSExecutorAddr, shared::SPSFinalizeRequest);
67 using SPSSimpleExecutorMemoryManagerDeallocateSignature = shared::SPSError(
80 shared::SPSError(shared::SPSExecutorAddr,
82 using SPSExecutorSharedMemoryMapperServiceReleaseSignature = shared::SPSError(
H A DWrapperFunctionUtils.h392 template <> class ResultDeserializer<SPSError, Error> {
400 if (!SPSArgList<SPSError>::deserialize(IB, BSE)) in deserialize()
698 if (auto Err = runWithSPSRet<SPSError>(RetErr)) in runWithSPSRetErrorMerged()
H A DSimplePackedSerialization.h585 class SPSError; variable
650 class SPSSerializationTraits<SPSError, detail::SPSSerializableError> {
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/compiler-rt/lib/orc/
H A Dcoff_platform.cpp612 return WrapperFunction<SPSError(SPSString, SPSExecutorAddr)>::handle( in __orc_rt_coff_register_jitdylib()
623 return WrapperFunction<SPSError(SPSExecutorAddr)>::handle( in __orc_rt_coff_deregister_jitdylib()
634 return WrapperFunction<SPSError(SPSExecutorAddr, SPSCOFFObjectSectionsMap, in __orc_rt_coff_register_object_sections()
649 return WrapperFunction<SPSError(SPSExecutorAddr, SPSCOFFObjectSectionsMap)>:: in __orc_rt_coff_deregister_object_sections()
H A Dmacho_platform.cpp1286 return WrapperFunction<SPSError()>::handle( in __orc_rt_macho_platform_bootstrap()
1294 return WrapperFunction<SPSError()>::handle( in __orc_rt_macho_platform_shutdown()
1302 return WrapperFunction<SPSError(SPSString, SPSExecutorAddr)>::handle( in __orc_rt_macho_register_jitdylib()
1313 return WrapperFunction<SPSError(SPSExecutorAddr)>::handle( in __orc_rt_macho_deregister_jitdylib()
1325 return WrapperFunction<SPSError(SPSExecutorAddr, in __orc_rt_macho_register_object_platform_sections()
1342 return WrapperFunction<SPSError(SPSExecutorAddr, in __orc_rt_macho_deregister_object_platform_sections()
1358 return WrapperFunction<SPSError(SPSSequence<SPSWrapperFunctionCall>)>::handle( in __orc_rt_macho_run_wrapper_function_calls()
H A Dwrapper_function_utils.h248 template <> class ResultDeserializer<SPSError, Error> {
255 if (!SPSArgList<SPSError>::deserialize(IB, BSE)) in deserialize()
468 if (auto Err = runWithSPSRet<SPSError>(RetErr)) in runWithSPSRetErrorMerged()
H A Delfnix_platform.cpp474 return WrapperFunction<SPSError(SPSELFNixPerObjectSectionsToRegister)>:: in __orc_rt_elfnix_register_object_sections()
486 return WrapperFunction<SPSError(SPSELFNixPerObjectSectionsToRegister)>:: in __orc_rt_elfnix_deregister_object_sections()
H A Dsimple_packed_serialization.h473 class SPSError; variable
538 class SPSSerializationTraits<SPSError, detail::SPSSerializableError> {
/openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/
H A DSimpleRemoteEPC.cpp418 if (!SPSArgList<SPSError>::deserialize(IB, Info)) in handleHangup()
H A DELFNixPlatform.cpp616 if (auto Err = ES.callSPSWrapper<shared::SPSError( in registerPerObjectSections()