Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CGT

88 static const CGFunctionInfo &arrangeLLVMFunctionInfo(CodeGenTypes &CGT,
97 return CGT.arrangeLLVMFunctionInfo(resultType, prefix, extInfo, required);
102 static const CGFunctionInfo &arrangeFreeFunctionType(CodeGenTypes &CGT,
105 return arrangeLLVMFunctionInfo(CGT, prefix, FTP, FTP->getExtInfo());
110 static void adjustCXXMethodInfo(CodeGenTypes &CGT,
114 CallingConv CC = CGT.getContext().getDefaultCXXMethodCallConv(isVariadic);
121 static const CGFunctionInfo &arrangeCXXMethodType(CodeGenTypes &CGT,
125 adjustCXXMethodInfo(CGT, extInfo, FTP->isVariadic());
126 return arrangeLLVMFunctionInfo(CGT, prefix, FTP, extInfo);
328 arrangeFreeFunctionLikeCall(CodeGenTypes &CGT,
347 } else if (CGT.CGM.getTargetCodeGenInfo()
352 return CGT.arrangeFreeFunctionCall(fnType->getResultType(), args,