Searched refs:totalIRArgs (Results 1 – 1 of 1) sorted by relevance
1448 unsigned totalIRArgs() const { return TotalIRArgs; } in totalIRArgs() function in __anone30e957c0511::ClangToLLVMArgMapping1632 SmallVector<llvm::Type*, 8> ArgTypes(IRFunctionArgs.totalIRArgs()); in GetFunctionType()2312 SmallVector<llvm::AttributeSet, 4> ArgAttrs(IRFunctionArgs.totalIRArgs()); in ConstructAttributeList()2628 assert(Fn->arg_size() == IRFunctionArgs.totalIRArgs()); in EmitFunctionProlog()4686 SmallVector<llvm::Value *, 16> IRCallArgs(IRFunctionArgs.totalIRArgs()); in EmitCall()