Searched refs:WrapperFn (Results 1 – 2 of 2) sorted by relevance
140 auto *WrapperFn = WrapperFnAddr.toPtr<WrapperFnTy>(); in callWrapperAsync() local141 SendResult(WrapperFn(ArgBuffer.data(), ArgBuffer.size())); in callWrapperAsync()
66 auto *WrapperFn = Function::Create( in addHelperAndWrapper() local68 WrapperFn->setVisibility(WrapperVisibility); in addHelperAndWrapper()70 auto *EntryBlock = BasicBlock::Create(M.getContext(), "entry", WrapperFn); in addHelperAndWrapper()76 for (auto &Arg : WrapperFn->args()) in addHelperAndWrapper()84 return WrapperFn; in addHelperAndWrapper()