Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:CGT

90 static const CGFunctionInfo &arrangeLLVMFunctionInfo(CodeGenTypes &CGT,
100 return CGT.arrangeLLVMFunctionInfo(resultType, IsInstanceMethod, prefix,
106 static const CGFunctionInfo &arrangeFreeFunctionType(CodeGenTypes &CGT,
109 return arrangeLLVMFunctionInfo(CGT, false, prefix, FTP, FTP->getExtInfo());
114 static const CGFunctionInfo &arrangeCXXMethodType(CodeGenTypes &CGT,
118 return arrangeLLVMFunctionInfo(CGT, true, prefix, FTP, extInfo);
374 arrangeFreeFunctionLikeCall(CodeGenTypes &CGT,
400 return CGT.arrangeFreeFunctionCall(fnType->getReturnType(), args,