Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGCall.cpp1620 ClangToLLVMArgMapping IRFunctionArgs(getContext(), FI, true); in GetFunctionType() local
1621 SmallVector<llvm::Type*, 8> ArgTypes(IRFunctionArgs.totalIRArgs()); in GetFunctionType()
1624 if (IRFunctionArgs.hasSRetArg()) { in GetFunctionType()
1628 ArgTypes[IRFunctionArgs.getSRetArgNo()] = in GetFunctionType()
1633 if (IRFunctionArgs.hasInallocaArg()) { in GetFunctionType()
1636 ArgTypes[IRFunctionArgs.getInallocaArgNo()] = ArgStruct->getPointerTo(); in GetFunctionType()
1647 if (IRFunctionArgs.hasPaddingArg(ArgNo)) in GetFunctionType()
1648 ArgTypes[IRFunctionArgs.getPaddingArgNo(ArgNo)] = in GetFunctionType()
1652 std::tie(FirstIRArg, NumIRArgs) = IRFunctionArgs.getIRArgs(ArgNo); in GetFunctionType()
2219 ClangToLLVMArgMapping IRFunctionArgs(getContext(), FI); in ConstructAttributeList() local
[all …]