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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DLLJIT.cpp61 auto *WrapperFn = Function::Create( local
63 WrapperFn->setVisibility(WrapperVisibility);
65 auto *EntryBlock = BasicBlock::Create(M.getContext(), "entry", WrapperFn);
71 for (auto &Arg : WrapperFn->args())
79 return WrapperFn;

Completed in 114 milliseconds