• Home
  • Raw
  • Download

Lines Matching refs:VoidPtrTy

87     i8p = CGM.getTypes().ConvertType(C.VoidPtrTy);  in buildBlockDescriptor()
310 elementTypes.push_back(CGM.VoidPtrTy); in initializeForBlockHeader()
313 elementTypes.push_back(CGM.VoidPtrTy); in initializeForBlockHeader()
378 CGM.VoidPtrTy)); in computeBlockInfo()
700 blockFn = llvm::ConstantExpr::getBitCast(blockFn, VoidPtrTy); in EmitBlockLiteral()
709 isa = llvm::ConstantExpr::getBitCast(isa, VoidPtrTy); in EmitBlockLiteral()
822 byrefPointer = Builder.CreateBitCast(src.getPointer(), VoidPtrTy); in EmitBlockLiteral()
949 VoidPtrTy, IntTy, IntTy, VoidPtrTy, in getGenericBlockLiteralType()
974 BlockLiteral = Builder.CreateBitCast(BlockLiteral, VoidPtrTy); in EmitBlockCallExpr()
978 Args.add(RValue::get(BlockLiteral), getContext().VoidPtrTy); in EmitBlockCallExpr()
1053 blockFn = llvm::ConstantExpr::getBitCast(blockFn, VoidPtrTy); in GetAddrOfGlobalBlock()
1168 QualType selfTy = getContext().VoidPtrTy; in GenerateBlockFunction()
1328 C.VoidPtrTy); in GenerateCopyHelperFunction()
1331 C.VoidPtrTy); in GenerateCopyHelperFunction()
1464 srcValue = Builder.CreateBitCast(srcValue, VoidPtrTy); in GenerateCopyHelperFunction()
1466 Builder.CreateBitCast(dstField.getPointer(), VoidPtrTy); in GenerateCopyHelperFunction()
1491 return llvm::ConstantExpr::getBitCast(Fn, VoidPtrTy); in GenerateCopyHelperFunction()
1507 C.VoidPtrTy); in GenerateDestroyHelperFunction()
1617 value = Builder.CreateBitCast(value, VoidPtrTy); in GenerateDestroyHelperFunction()
1626 return llvm::ConstantExpr::getBitCast(Fn, VoidPtrTy); in GenerateDestroyHelperFunction()
1641 destField = CGF.Builder.CreateBitCast(destField, CGF.VoidPtrTy); in emitCopy()
1789 Context.VoidPtrTy); in generateByrefCopyHelper()
1793 Context.VoidPtrTy); in generateByrefCopyHelper()
1866 Context.VoidPtrTy); in generateByrefDisposeHelper()