Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCall.cpp1325 unsigned totalIRArgs() const { return TotalIRArgs; } in totalIRArgs() function in __anond5d483060411::ClangToLLVMArgMapping
1506 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()
/external/llvm-project/clang/lib/CodeGen/
DCGCall.cpp1420 unsigned totalIRArgs() const { return TotalIRArgs; } in totalIRArgs() function in __anon48bc75540511::ClangToLLVMArgMapping
1604 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()