Home
last modified time | relevance | path

Searched refs:SPSWrapperFunctionCall (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/ExecutionEngine/Orc/Shared/
H A DAllocationActions.h74 SPSTuple<SPSWrapperFunctionCall, SPSWrapperFunctionCall>;
H A DWrapperFunctionUtils.h707 using SPSWrapperFunctionCall = SPSTuple<SPSExecutorAddr, SPSSequence<char>>; variable
710 class SPSSerializationTraits<SPSWrapperFunctionCall, WrapperFunctionCall> {
713 return SPSWrapperFunctionCall::AsArgList::size(WFC.getCallee(), in size()
718 return SPSWrapperFunctionCall::AsArgList::serialize(OB, WFC.getCallee(), in serialize()
725 if (!SPSWrapperFunctionCall::AsArgList::deserialize(IB, FnAddr, ArgData)) in deserialize()
/llvm-project-15.0.7/compiler-rt/lib/orc/
H A Dwrapper_function_utils.h477 using SPSWrapperFunctionCall = SPSTuple<SPSExecutorAddr, SPSSequence<char>>; variable
480 class SPSSerializationTraits<SPSWrapperFunctionCall, WrapperFunctionCall> {
495 if (!SPSWrapperFunctionCall::AsArgList::deserialize(IB, FnAddr, ArgData)) in deserialize()
H A Dmacho_platform.cpp1000 return WrapperFunction<SPSError(SPSSequence<SPSWrapperFunctionCall>)>::handle( in __orc_rt_macho_run_wrapper_function_calls()