• Home
  • Raw
  • Download

Lines Matching refs:VoidPtrTy

87     i8p = CGM.getTypes().ConvertType(C.VoidPtrTy);  in buildBlockDescriptor()
305 elementTypes.push_back(CGM.VoidPtrTy); in initializeForBlockHeader()
308 elementTypes.push_back(CGM.VoidPtrTy); in initializeForBlockHeader()
373 CGM.VoidPtrTy)); in computeBlockInfo()
695 blockFn = llvm::ConstantExpr::getBitCast(blockFn, VoidPtrTy); in EmitBlockLiteral()
704 isa = llvm::ConstantExpr::getBitCast(isa, VoidPtrTy); in EmitBlockLiteral()
818 byrefPointer = Builder.CreateBitCast(src.getPointer(), VoidPtrTy); in EmitBlockLiteral()
946 VoidPtrTy, IntTy, IntTy, VoidPtrTy, in getGenericBlockLiteralType()
971 BlockLiteral = Builder.CreateBitCast(BlockLiteral, VoidPtrTy); in EmitBlockCallExpr()
975 Args.add(RValue::get(BlockLiteral), getContext().VoidPtrTy); in EmitBlockCallExpr()
1050 blockFn = llvm::ConstantExpr::getBitCast(blockFn, VoidPtrTy); in GetAddrOfGlobalBlock()
1165 QualType selfTy = getContext().VoidPtrTy; in GenerateBlockFunction()
1326 C.VoidPtrTy); in GenerateCopyHelperFunction()
1329 C.VoidPtrTy); in GenerateCopyHelperFunction()
1462 srcValue = Builder.CreateBitCast(srcValue, VoidPtrTy); in GenerateCopyHelperFunction()
1464 Builder.CreateBitCast(dstField.getPointer(), VoidPtrTy); in GenerateCopyHelperFunction()
1489 return llvm::ConstantExpr::getBitCast(Fn, VoidPtrTy); in GenerateCopyHelperFunction()
1505 C.VoidPtrTy); in GenerateDestroyHelperFunction()
1615 value = Builder.CreateBitCast(value, VoidPtrTy); in GenerateDestroyHelperFunction()
1624 return llvm::ConstantExpr::getBitCast(Fn, VoidPtrTy); in GenerateDestroyHelperFunction()
1639 destField = CGF.Builder.CreateBitCast(destField, CGF.VoidPtrTy); in emitCopy()
1787 Context.VoidPtrTy); in generateByrefCopyHelper()
1791 Context.VoidPtrTy); in generateByrefCopyHelper()
1864 Context.VoidPtrTy); in generateByrefDisposeHelper()