Searched refs:callSPSWrapper (Results 1 – 4 of 4) sorted by relevance
60 return ES.callSPSWrapper<void(SPSExecutorAddress, uint64_t)>( in registerEHFrames()67 return ES.callSPSWrapper<void(SPSExecutorAddress, uint64_t)>( in deregisterEHFrames()
46 return ES.callSPSWrapper<void(SPSExecutorAddress, uint64_t)>( in registerDebugObject()
526 ES.callSPSWrapper<void()>(orc_rt_macho_platform_bootstrap.getValue())) in bootstrapMachORuntime()595 if (auto Err = ES.callSPSWrapper<shared::SPSError( in registerPerObjectSections()610 if (auto Err = ES.callSPSWrapper<SPSExpected<uint64_t>(void)>( in createPThreadKey()
1509 Error callSPSWrapper(JITTargetAddress WrapperFnAddr, in callSPSWrapper() function