Searched refs:WrapperFn (Results 1 – 2 of 2) sorted by relevance
129 auto *WrapperFn = WrapperFnAddr.toPtr<WrapperFnTy>(); in callWrapperAsync() local130 SendResult(WrapperFn(ArgBuffer.data(), ArgBuffer.size())); in callWrapperAsync()
63 auto *WrapperFn = Function::Create( in addHelperAndWrapper() local65 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()