Lines Matching refs:ExecutorAddr
44 this->JDI = {ExecutorAddr::fromPtr(jitDispatchViaWrapperFunctionManager), in SelfExecutorProcessControl()
45 ExecutorAddr::fromPtr(this)}; in SelfExecutorProcessControl()
50 ExecutorAddr::fromPtr(&llvm_orc_registerEHFrameSectionWrapper); in SelfExecutorProcessControl()
52 ExecutorAddr::fromPtr(&llvm_orc_deregisterEHFrameSectionWrapper); in SelfExecutorProcessControl()
84 return ExecutorAddr::fromPtr(Dylib.getOSSpecificHandle()); in loadDylib()
109 {ExecutorAddr::fromPtr(Addr), JITSymbolFlags::Exported}); in lookupSymbolsAsync()
117 SelfExecutorProcessControl::runAsMain(ExecutorAddr MainFnAddr, in runAsMain()
124 SelfExecutorProcessControl::runAsVoidFunction(ExecutorAddr VoidFnAddr) { in runAsVoidFunction()
130 SelfExecutorProcessControl::runAsIntFunction(ExecutorAddr IntFnAddr, int Arg) { in runAsIntFunction()
135 void SelfExecutorProcessControl::callWrapperAsync(ExecutorAddr WrapperFnAddr, in callWrapperAsync()
215 ExecutorAddr::fromPtr(FnTag), {Data, Size}); in jitDispatchViaWrapperFunctionManager()