Searched refs:SPSError (Results 1 – 15 of 15) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/Shared/ |
| H A D | OrcRTBridge.h | 63 shared::SPSError(shared::SPSExecutorAddr, shared::SPSFinalizeRequest); 64 using SPSSimpleExecutorMemoryManagerDeallocateSignature = shared::SPSError( 77 shared::SPSError(shared::SPSExecutorAddr, 79 using SPSExecutorSharedMemoryMapperServiceReleaseSignature = shared::SPSError(
|
| H A D | WrapperFunctionUtils.h | 392 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 D | SimplePackedSerialization.h | 544 class SPSError; variable 609 class SPSSerializationTraits<SPSError, detail::SPSSerializableError> {
|
| /llvm-project-15.0.7/compiler-rt/lib/orc/ |
| H A D | macho_ehframe_registration.cpp | 54 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 D | wrapper_function_utils.h | 248 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 D | macho_platform.cpp | 949 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 D | elfnix_platform.cpp | 471 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 D | simple_packed_serialization.h | 431 class SPSError; variable 496 class SPSSerializationTraits<SPSError, detail::SPSSerializableError> {
|
| /llvm-project-15.0.7/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()
|
| /llvm-project-15.0.7/llvm/unittests/ExecutionEngine/Orc/ |
| H A D | SimpleExecutorMemoryManagerTest.cpp | 25 return WrapperFunction<SPSError(SPSExecutorAddr)>::handle( in incrementWrapper()
|
| H A D | SharedMemoryMapperTest.cpp | 26 return WrapperFunction<SPSError(SPSExecutorAddr)>::handle( in incrementWrapper()
|
| H A D | MemoryMapperTest.cpp | 53 return WrapperFunction<SPSError(SPSExecutorAddr)>::handle( in incrementWrapper()
|
| /llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/ |
| H A D | SimpleRemoteEPC.cpp | 399 if (!SPSArgList<SPSError>::deserialize(IB, Info)) in handleHangup()
|
| H A D | ELFNixPlatform.cpp | 615 if (auto Err = ES.callSPSWrapper<shared::SPSError( in registerPerObjectSections()
|