Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCEHFrameRegistrar.cpp60 return ES.callSPSWrapper<void(SPSExecutorAddress, uint64_t)>( in registerEHFrames()
67 return ES.callSPSWrapper<void(SPSExecutorAddress, uint64_t)>( in deregisterEHFrames()
H A DEPCDebugObjectRegistrar.cpp46 return ES.callSPSWrapper<void(SPSExecutorAddress, uint64_t)>( in registerDebugObject()
H A DMachOPlatform.cpp526 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()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DCore.h1509 Error callSPSWrapper(JITTargetAddress WrapperFnAddr, in callSPSWrapper() function