Home
last modified time | relevance | path

Searched refs:SPSExpected (Results 1 – 14 of 14) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DOrcRTBridge.h66 shared::SPSExpected<shared::SPSExecutorAddr>(shared::SPSExecutorAddr,
70 shared::SPSExpected<shared::SPSSequence<shared::SPSExecutorSymbolDef>>(
75 shared::SPSExpected<shared::SPSExecutorAddr>(shared::SPSExecutorAddr,
84 shared::SPSExpected<
88 shared::SPSExpected<shared::SPSExecutorAddr>(
H A DSimpleRemoteEPCUtils.h227 using SPSLoadDylibSignature = SPSExpected<SPSExecutorAddr>(SPSExecutorAddr,
231 SPSExpected<SPSSequence<SPSSequence<SPSExecutorAddr>>>(
H A DSimplePackedSerialization.h589 template <typename SPSTagT> class SPSExpected; variable
684 class SPSSerializationTraits<SPSExpected<SPSTagT>,
721 class SPSSerializationTraits<SPSExpected<SPSTagT>,
741 class SPSSerializationTraits<SPSExpected<SPSTagT>, T> {
H A DWrapperFunctionUtils.h410 class ResultDeserializer<SPSExpected<SPSTagT>, Expected<T>> {
419 if (!SPSArgList<SPSExpected<SPSTagT>>::deserialize(IB, BSE)) in deserialize()
/freebsd/contrib/llvm-project/compiler-rt/lib/orc/
H A Dresolve.cpp36 if (auto Err = WrapperFunction<SPSExpected<SPSExecutorSymbolDef>( in __orc_rt_resolve()
H A Dsimple_packed_serialization.h522 template <typename SPSTagT> class SPSExpected; variable
617 class SPSSerializationTraits<SPSExpected<SPSTagT>,
654 class SPSSerializationTraits<SPSExpected<SPSTagT>,
674 class SPSSerializationTraits<SPSExpected<SPSTagT>, T> {
H A Delfnix_platform.cpp428 if (auto Err = WrapperFunction<SPSExpected<SPSExecutorAddr>( in lookupSymbolInJITDylib()
477 if (auto Err = WrapperFunction<SPSExpected<SPSELFNixJITDylibDepInfoMap>( in dlopenFull()
568 if (auto Err = WrapperFunction<SPSExpected<SPSELFNixJITDylibDepInfoMap>( in dlupdateFull()
781 return WrapperFunction<SPSExpected<uint64_t>(void)>::handle( in __orc_rt_elfnix_create_pthread_key()
H A Dwrapper_function_utils.h263 class ResultDeserializer<SPSExpected<SPSTagT>, Expected<T>> {
271 if (!SPSArgList<SPSExpected<SPSTagT>>::deserialize(IB, BSE)) in deserialize()
H A Dcoff_platform.cpp318 if (auto Err = WrapperFunction<SPSExpected<SPSCOFFJITDylibDepInfoMap>( in dlopenFull()
448 if (auto Err = WrapperFunction<SPSExpected<SPSExecutorAddr>( in lookupSymbolInJITDylib()
H A Dmacho_platform.cpp1089 if (auto Err = WrapperFunction<SPSExpected<SPSMachOJITDylibDepInfoMap>( in dlopenFull()
1217 if (auto Err = WrapperFunction<SPSExpected<SPSMachOJITDylibDepInfoMap>( in dlupdateFull()
1484 return WrapperFunction<SPSExpected<uint64_t>(void)>::handle( in __orc_rt_macho_create_pthread_key()
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DELFNixPlatform.cpp444 SPSExpected<SPSELFNixJITDylibDepInfoMap>(SPSExecutorAddr); in associateRuntimeSupportFunctions()
450 SPSExpected<SPSExecutorAddr>(SPSExecutorAddr, SPSString); in associateRuntimeSupportFunctions()
721 if (auto Err = ES.callSPSWrapper<SPSExpected<uint64_t>(void)>( in createPThreadKey()
H A DCOFFPlatform.cpp637 SPSExpected<SPSExecutorAddr>(SPSExecutorAddr, SPSString); in associateRuntimeSupportFunctions()
642 SPSExpected<SPSCOFFJITDylibDepInfoMap>(SPSExecutorAddr); in associateRuntimeSupportFunctions()
H A DLazyReexports.cpp348 ES.wrapAsyncWithSPS<SPSExpected<SPSExecutorSymbolDef>(SPSExecutorAddr)>( in LazyReexportsManager()
H A DMachOPlatform.cpp610 SPSExpected<SPSMachOJITDylibDepInfoMap>(SPSExecutorAddr); in associateRuntimeSupportFunctions()
794 if (auto Err = ES.callSPSWrapper<SPSExpected<uint64_t>(void)>( in createPThreadKey()