Searched refs:totalIRArgs (Results 1 – 2 of 2) sorted by relevance
1325 unsigned totalIRArgs() const { return TotalIRArgs; } in totalIRArgs() function in __anond5d483060411::ClangToLLVMArgMapping1506 SmallVector<llvm::Type*, 8> ArgTypes(IRFunctionArgs.totalIRArgs()); in GetFunctionType()2098 FnArgs.reserve(IRFunctionArgs.totalIRArgs()); in EmitFunctionProlog()2102 assert(FnArgs.size() == IRFunctionArgs.totalIRArgs()); in EmitFunctionProlog()3553 SmallVector<llvm::Value *, 16> IRCallArgs(IRFunctionArgs.totalIRArgs()); in EmitCall()
1420 unsigned totalIRArgs() const { return TotalIRArgs; } in totalIRArgs() function in __anon48bc75540511::ClangToLLVMArgMapping1604 SmallVector<llvm::Type*, 8> ArgTypes(IRFunctionArgs.totalIRArgs()); in GetFunctionType()2137 SmallVector<llvm::AttributeSet, 4> ArgAttrs(IRFunctionArgs.totalIRArgs()); in ConstructAttributeList()2435 assert(Fn->arg_size() == IRFunctionArgs.totalIRArgs()); in EmitFunctionProlog()4379 SmallVector<llvm::Value *, 16> IRCallArgs(IRFunctionArgs.totalIRArgs()); in EmitCall()