Home | History | Annotate | Download | only in CodeGen

Lines Matching refs:getTypes

80   llvm::Type *ulong = CGM.getTypes().ConvertType(C.UnsignedLongTy);
87 i8p = CGM.getTypes().ConvertType(C.VoidPtrTy);
349 llvm::Type *llvmType = CGM.getTypes().ConvertType(thisType);
435 CGM.getTypes().ConvertTypeForMem(VT);
906 getTypes().ConvertType(getContext().UnsignedLongTy);
987 CGM.getTypes().arrangeBlockFunctionCall(Args, FuncTy);
990 llvm::Type *BlockFTy = CGM.getTypes().GetFunctionType(FnInfo);
1094 CGM.getTypes().ConvertType(blockInfo.getBlockExpr()->getType());
1177 const CGFunctionInfo &fnInfo = CGM.getTypes().arrangeFreeFunctionDeclaration(
1183 llvm::FunctionType *fnLLVMType = CGM.getTypes().GetFunctionType(fnInfo);
1332 const CGFunctionInfo &FI = CGM.getTypes().arrangeFreeFunctionDeclaration(
1337 llvm::FunctionType *LTy = CGM.getTypes().GetFunctionType(FI);
1508 const CGFunctionInfo &FI = CGM.getTypes().arrangeFreeFunctionDeclaration(
1513 llvm::FunctionType *LTy = CGM.getTypes().GetFunctionType(FI);
1794 const CGFunctionInfo &FI = CGF.CGM.getTypes().arrangeFreeFunctionDeclaration(
1797 llvm::FunctionType *LTy = CGF.CGM.getTypes().GetFunctionType(FI);
1867 const CGFunctionInfo &FI = CGF.CGM.getTypes().arrangeFreeFunctionDeclaration(
1870 llvm::FunctionType *LTy = CGF.CGM.getTypes().GetFunctionType(FI);