Home
last modified time | relevance | path

Searched refs:IRFunctionArgs (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCall.cpp1741 ClangToLLVMArgMapping IRFunctionArgs(getContext(), FI, true); in GetFunctionType() local
1742 SmallVector<llvm::Type *, 8> ArgTypes(IRFunctionArgs.totalIRArgs()); in GetFunctionType()
1745 if (IRFunctionArgs.hasSRetArg()) { in GetFunctionType()
1746 ArgTypes[IRFunctionArgs.getSRetArgNo()] = llvm::PointerType::get( in GetFunctionType()
1751 if (IRFunctionArgs.hasInallocaArg()) in GetFunctionType()
1752 ArgTypes[IRFunctionArgs.getInallocaArgNo()] = in GetFunctionType()
1763 if (IRFunctionArgs.hasPaddingArg(ArgNo)) in GetFunctionType()
1764 ArgTypes[IRFunctionArgs.getPaddingArgNo(ArgNo)] = in GetFunctionType()
1768 std::tie(FirstIRArg, NumIRArgs) = IRFunctionArgs.getIRArgs(ArgNo); in GetFunctionType()
2677 ClangToLLVMArgMapping IRFunctionArgs(getContext(), FI); in ConstructAttributeList() local
[all …]