Home
last modified time | relevance | path

Searched refs:WrapperFn (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/llvm/lib/ExecutionEngine/Orc/
H A DExecutorProcessControl.cpp129 auto *WrapperFn = WrapperFnAddr.toPtr<WrapperFnTy>(); in callWrapperAsync() local
130 SendResult(WrapperFn(ArgBuffer.data(), ArgBuffer.size())); in callWrapperAsync()
H A DLLJIT.cpp63 auto *WrapperFn = Function::Create( in addHelperAndWrapper() local
65 WrapperFn->setVisibility(WrapperVisibility); in addHelperAndWrapper()
67 auto *EntryBlock = BasicBlock::Create(M.getContext(), "entry", WrapperFn); in addHelperAndWrapper()
73 for (auto &Arg : WrapperFn->args()) in addHelperAndWrapper()
81 return WrapperFn; in addHelperAndWrapper()