Home
last modified time | relevance | path

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

/src/contrib/llvm-project/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()
700 if (auto Err = runWithSPSRet<SPSError>(RetErr)) in runWithSPSRetErrorMerged()
H A DSimplePackedSerialization.h585 class SPSError; variable
650 class SPSSerializationTraits<SPSError, detail::SPSSerializableError> {
/src/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.cpp402 return WrapperFunction<SPSError(SPSPerfJITRecordBatch)>::handle( in llvm_orc_registerJITLoaderPerfImpl()
410 return WrapperFunction<SPSError()>::handle(Data, Size, in llvm_orc_registerJITLoaderPerfStart()
418 return WrapperFunction<SPSError()>::handle(Data, Size, in llvm_orc_registerJITLoaderPerfEnd()
440 return WrapperFunction<SPSError(SPSPerfJITRecordBatch)>::handle(Data, Size, in llvm_orc_registerJITLoaderPerfImpl()
448 return WrapperFunction<SPSError()>::handle(Data, Size, badOS).release(); in llvm_orc_registerJITLoaderPerfStart()
454 return WrapperFunction<SPSError()>::handle(Data, Size, badOS).release(); in llvm_orc_registerJITLoaderPerfEnd()
H A DJITLoaderGDB.cpp82 return WrapperFunction<SPSError(SPSExecutorAddrRange, bool)>::handle( in llvm_orc_registerJITLoaderGDBAllocAction()
98 return WrapperFunction<SPSError(SPSExecutorAddrRange, bool)>::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()
/src/contrib/llvm-project/compiler-rt/lib/orc/
H A Dmacho_platform.cpp914 if (auto Err = WrapperFunction<SPSError( in requestPushSymbols()
1344 return WrapperFunction<SPSError()>::handle( in __orc_rt_macho_platform_bootstrap()
1352 return WrapperFunction<SPSError()>::handle( in __orc_rt_macho_platform_shutdown()
1360 return WrapperFunction<SPSError(SPSString, SPSExecutorAddr)>::handle( in __orc_rt_macho_register_jitdylib()
1371 return WrapperFunction<SPSError(SPSExecutorAddr)>::handle( in __orc_rt_macho_deregister_jitdylib()
1383 return WrapperFunction<SPSError(SPSExecutorAddr, in __orc_rt_macho_register_object_platform_sections()
1402 return WrapperFunction<SPSError( in __orc_rt_macho_register_object_symbol_table()
1418 return WrapperFunction<SPSError( in __orc_rt_macho_deregister_object_symbol_table()
1432 return WrapperFunction<SPSError(SPSExecutorAddr, in __orc_rt_macho_deregister_object_platform_sections()
1448 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()
472 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 Delfnix_platform.cpp493 return WrapperFunction<SPSError(SPSELFNixPerObjectSectionsToRegister)>:: in __orc_rt_elfnix_register_object_sections()
505 return WrapperFunction<SPSError(SPSELFNixPerObjectSectionsToRegister)>:: in __orc_rt_elfnix_deregister_object_sections()
H A Dsimple_packed_serialization.h518 class SPSError; variable
583 class SPSSerializationTraits<SPSError, detail::SPSSerializableError> {
/src/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DSimpleRemoteEPC.cpp439 if (!SPSArgList<SPSError>::deserialize(IB, Info)) in handleHangup()
H A DELFNixPlatform.cpp577 if (auto Err = ES.callSPSWrapper<shared::SPSError( in registerPerObjectSections()
H A DMachOPlatform.cpp601 SPSError(SPSExecutorAddr, SPSSequence<SPSTuple<SPSString, bool>>); in associateRuntimeSupportFunctions()