Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DRegisterEHFrames.cpp170 return WrapperFunction<SPSError(SPSExecutorAddress, uint64_t)>::handle( in llvm_orc_registerEHFrameSectionWrapper()
177 return WrapperFunction<SPSError(SPSExecutorAddress, uint64_t)>::handle( in llvm_orc_deregisterEHFrameSectionWrapper()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/orc/
H A Dwrapper_function_utils.h256 template <> class ResultDeserializer<SPSError, Error> {
263 if (!SPSArgList<SPSError>::deserialize(IB, BSE)) in deserialize()
H A Dsimple_packed_serialization.h408 class SPSError; variable
473 class SPSSerializationTraits<SPSError, detail::SPSSerializableError> {
H A Dmacho_platform.cpp613 return WrapperFunction<SPSError(SPSMachOPerObjectSectionsToRegister)>::handle( in __orc_rt_macho_register_object_sections()
625 return WrapperFunction<SPSError(SPSMachOPerObjectSectionsToRegister)>::handle( in __orc_rt_macho_deregister_object_sections()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DSimplePackedSerialization.h384 class SPSError; variable
449 class SPSSerializationTraits<SPSError, detail::SPSSerializableError> {
H A DWrapperFunctionUtils.h387 template <> class ResultDeserializer<SPSError, Error> {
395 if (!SPSArgList<SPSError>::deserialize(IB, BSE)) in deserialize()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMachOPlatform.cpp595 if (auto Err = ES.callSPSWrapper<shared::SPSError( in registerPerObjectSections()