Searched refs:SPSError (Results 1 – 12 of 12) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
| H A D | OrcRTBridge.h | 66 shared::SPSError(shared::SPSExecutorAddr, shared::SPSFinalizeRequest); 67 using SPSSimpleExecutorMemoryManagerDeallocateSignature = shared::SPSError( 80 shared::SPSError(shared::SPSExecutorAddr, 82 using SPSExecutorSharedMemoryMapperServiceReleaseSignature = shared::SPSError(
|
| H A D | WrapperFunctionUtils.h | 392 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 D | SimplePackedSerialization.h | 585 class SPSError; variable 650 class SPSSerializationTraits<SPSError, detail::SPSSerializableError> {
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/TargetProcess/ |
| H A D | JITLoaderGDB.cpp | 106 return WrapperFunction<SPSError(SPSExecutorAddrRange)>::handle( in llvm_orc_registerJITLoaderGDBAllocAction() 119 return WrapperFunction<SPSError(SPSExecutorAddrRange)>::handle( in llvm_orc_registerJITLoaderGDBWrapper()
|
| 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()
|
| /openbsd-src/gnu/llvm/compiler-rt/lib/orc/ |
| H A D | coff_platform.cpp | 612 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 D | macho_platform.cpp | 1286 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 D | wrapper_function_utils.h | 248 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 D | elfnix_platform.cpp | 474 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 D | simple_packed_serialization.h | 473 class SPSError; variable 538 class SPSSerializationTraits<SPSError, detail::SPSSerializableError> {
|
| /openbsd-src/gnu/llvm/llvm/lib/ExecutionEngine/Orc/ |
| H A D | SimpleRemoteEPC.cpp | 418 if (!SPSArgList<SPSError>::deserialize(IB, Info)) in handleHangup()
|
| H A D | ELFNixPlatform.cpp | 616 if (auto Err = ES.callSPSWrapper<shared::SPSError( in registerPerObjectSections()
|