Searched refs:VaList (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | ExpandVariadics.cpp | 119 IRBuilder<> &Builder, AllocaInst *VaList, 779 AllocaInst *VaList = nullptr; in expandCall() local 785 VaList = Builder.CreateAlloca(VaListTy, nullptr, "va_argument"); in expandCall() 787 Builder.CreateLifetimeStart(VaList, sizeOfAlloca(Ctx, DL, VaList)); in expandCall() 790 Args.push_back(ABI->initializeVaList(M, Ctx, Builder, VaList, Alloced)); in expandCall() 826 if (VaList) in expandCall() 827 Builder.CreateLifetimeEnd(VaList, sizeOfAlloca(Ctx, DL, VaList)); in expandCall()
|