Searched refs:VaListTy (Results 1 – 1 of 1) sorted by relevance
592 Type *VaListTy = ABI->vaListType(Ctx); in defineVariadicWrapper() local598 Builder.CreateAlloca(VaListTy, nullptr, "va_start"); in defineVariadicWrapper()782 Type *VaListTy = ABI->vaListType(Ctx); in expandCall() local785 VaList = Builder.CreateAlloca(VaListTy, nullptr, "va_argument"); in expandCall()905 Type *VaListTy = ABI->vaListType(Ctx); in expandVAIntrinsicCall() local906 uint64_t Size = DL.getTypeAllocSize(VaListTy).getFixedValue(); in expandVAIntrinsicCall()