Searched refs:IRFunctionArgs (Results 1 – 1 of 1) sorted by relevance
1659 ClangToLLVMArgMapping IRFunctionArgs(getContext(), FI, true); in GetFunctionType() local1660 SmallVector<llvm::Type*, 8> ArgTypes(IRFunctionArgs.totalIRArgs()); in GetFunctionType()1663 if (IRFunctionArgs.hasSRetArg()) { in GetFunctionType()1667 ArgTypes[IRFunctionArgs.getSRetArgNo()] = in GetFunctionType()1672 if (IRFunctionArgs.hasInallocaArg()) { in GetFunctionType()1675 ArgTypes[IRFunctionArgs.getInallocaArgNo()] = ArgStruct->getPointerTo(); in GetFunctionType()1686 if (IRFunctionArgs.hasPaddingArg(ArgNo)) in GetFunctionType()1687 ArgTypes[IRFunctionArgs.getPaddingArgNo(ArgNo)] = in GetFunctionType()1691 std::tie(FirstIRArg, NumIRArgs) = IRFunctionArgs.getIRArgs(ArgNo); in GetFunctionType()2356 ClangToLLVMArgMapping IRFunctionArgs(getContext(), FI); in ConstructAttributeList() local[all …]