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()
89 return ExecutorAddr::fromPtr(Dylib.getOSSpecificHandle()); in loadDylib()
112 {ExecutorAddr::fromPtr(Addr), JITSymbolFlags::Exported}); in lookupSymbols()
120 SelfExecutorProcessControl::runAsMain(ExecutorAddr MainFnAddr, in runAsMain()
127 SelfExecutorProcessControl::runAsVoidFunction(ExecutorAddr VoidFnAddr) { in runAsVoidFunction()
133 SelfExecutorProcessControl::runAsIntFunction(ExecutorAddr IntFnAddr, int Arg) { in runAsIntFunction()
138 void SelfExecutorProcessControl::callWrapperAsync(ExecutorAddr WrapperFnAddr, in callWrapperAsync()
218 ExecutorAddr::fromPtr(FnTag), {Data, Size}); in jitDispatchViaWrapperFunctionManager()