Lines Matching refs:Int8PtrTy
2202 field = CGF.Builder.CreateBitCast(field, CGF.Int8PtrTy->getPointerTo(0)); in emitDispose()
2415 return llvm::ConstantExpr::getBitCast(Fn, CGF.Int8PtrTy); in generateByrefCopyHelper()
2472 return llvm::ConstantExpr::getBitCast(Fn, CGF.Int8PtrTy); in generateByrefDisposeHelper()
2646 types.push_back(Int8PtrTy); in getBlockByrefInfo()
2665 types.push_back(Int8PtrTy); in getBlockByrefInfo()
2669 types.push_back(Int8PtrTy); in getBlockByrefInfo()
2678 types.push_back(Int8PtrTy); in getBlockByrefInfo()
2755 V = Builder.CreateIntToPtr(Builder.getInt32(isa), Int8PtrTy, "isa"); in emitByrefStructureInit()
2829 Builder.CreateBitCast(V, Int8PtrTy), in BuildBlockRelease()
2887 llvm::Type *args[] = { Int8PtrTy, Int32Ty }; in getBlockObjectDispose()
2900 llvm::Type *args[] = { Int8PtrTy, Int8PtrTy, Int32Ty }; in getBlockObjectAssign()
2914 GetOrCreateLLVMGlobal("_NSConcreteGlobalBlock", Int8PtrTy, 0, nullptr); in getNSConcreteGlobalBlock()
2924 GetOrCreateLLVMGlobal("_NSConcreteStackBlock", Int8PtrTy, 0, nullptr); in getNSConcreteStackBlock()