Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGCall.cpp1595 ClangToLLVMArgMapping IRFunctionArgs(getContext(), FI, true); in GetFunctionType() local
1596 SmallVector<llvm::Type*, 8> ArgTypes(IRFunctionArgs.totalIRArgs()); in GetFunctionType()
1599 if (IRFunctionArgs.hasSRetArg()) { in GetFunctionType()
1603 ArgTypes[IRFunctionArgs.getSRetArgNo()] = in GetFunctionType()
1608 if (IRFunctionArgs.hasInallocaArg()) { in GetFunctionType()
1611 ArgTypes[IRFunctionArgs.getInallocaArgNo()] = ArgStruct->getPointerTo(); in GetFunctionType()
1622 if (IRFunctionArgs.hasPaddingArg(ArgNo)) in GetFunctionType()
1623 ArgTypes[IRFunctionArgs.getPaddingArgNo(ArgNo)] = in GetFunctionType()
1627 std::tie(FirstIRArg, NumIRArgs) = IRFunctionArgs.getIRArgs(ArgNo); in GetFunctionType()
1991 ClangToLLVMArgMapping IRFunctionArgs(getContext(), FI); in ConstructAttributeList() local
[all …]