Searched refs:IRFunctionArgs (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGCall.cpp | 1505 ClangToLLVMArgMapping IRFunctionArgs(getContext(), FI, true); in GetFunctionType() local 1506 SmallVector<llvm::Type*, 8> ArgTypes(IRFunctionArgs.totalIRArgs()); in GetFunctionType() 1509 if (IRFunctionArgs.hasSRetArg()) { in GetFunctionType() 1513 ArgTypes[IRFunctionArgs.getSRetArgNo()] = in GetFunctionType() 1518 if (IRFunctionArgs.hasInallocaArg()) { in GetFunctionType() 1521 ArgTypes[IRFunctionArgs.getInallocaArgNo()] = ArgStruct->getPointerTo(); in GetFunctionType() 1532 if (IRFunctionArgs.hasPaddingArg(ArgNo)) in GetFunctionType() 1533 ArgTypes[IRFunctionArgs.getPaddingArgNo(ArgNo)] = in GetFunctionType() 1537 std::tie(FirstIRArg, NumIRArgs) = IRFunctionArgs.getIRArgs(ArgNo); in GetFunctionType() 1802 ClangToLLVMArgMapping IRFunctionArgs(getContext(), FI); in ConstructAttributeList() local [all …]
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGCall.cpp | 1603 ClangToLLVMArgMapping IRFunctionArgs(getContext(), FI, true); in GetFunctionType() local 1604 SmallVector<llvm::Type*, 8> ArgTypes(IRFunctionArgs.totalIRArgs()); in GetFunctionType() 1607 if (IRFunctionArgs.hasSRetArg()) { in GetFunctionType() 1611 ArgTypes[IRFunctionArgs.getSRetArgNo()] = in GetFunctionType() 1616 if (IRFunctionArgs.hasInallocaArg()) { in GetFunctionType() 1619 ArgTypes[IRFunctionArgs.getInallocaArgNo()] = ArgStruct->getPointerTo(); in GetFunctionType() 1630 if (IRFunctionArgs.hasPaddingArg(ArgNo)) in GetFunctionType() 1631 ArgTypes[IRFunctionArgs.getPaddingArgNo(ArgNo)] = in GetFunctionType() 1635 std::tie(FirstIRArg, NumIRArgs) = IRFunctionArgs.getIRArgs(ArgNo); in GetFunctionType() 2087 ClangToLLVMArgMapping IRFunctionArgs(getContext(), FI); in ConstructAttributeList() local [all …]
|