Lines Matching refs:Args
1791 std::vector<llvm::Value*> Args;
1857 Args.push_back(Dest.getAddress());
1942 Args.push_back(Arg);
1949 Args.push_back(InOutArgs[i]);
1993 llvm::CallInst *Result = Builder.CreateCall(IA, Args);
2118 FunctionArgList Args;
2119 Args.append(CD->param_begin(), CD->param_end());
2124 CGM.getTypes().arrangeFreeFunctionDeclaration(Ctx.VoidTy, Args, ExtInfo,
2134 StartFunction(CD, Ctx.VoidTy, F, FuncInfo, Args,