Lines Matching defs:LongTy
173 llvm::IntegerType *ShortTy, *IntTy, *LongTy;
411 llvm::Type *args[] = { Int8PtrTy, Int8PtrTy, LongTy };
3179 values.fillPlaceholderWithInt(countSlot, ObjCTypes.LongTy, count);
3569 values.addInt(ObjCTypes.LongTy, 0);
3570 values.addInt(ObjCTypes.LongTy, Flags);
3571 values.addInt(ObjCTypes.LongTy, Size.getQuantity());
3628 values.addInt(ObjCTypes.LongTy, 0);
3629 values.addInt(ObjCTypes.LongTy, Flags);
3630 values.addInt(ObjCTypes.LongTy, Size);
5029 CGM.getTypes().ConvertType(CGM.getContext().LongTy),
5156 values.addInt(ObjCTypes.LongTy, ModuleVersion);
5157 values.addInt(ObjCTypes.LongTy, Size);
5176 values.addInt(ObjCTypes.LongTy, 0);
5718 LongTy = cast<llvm::IntegerType>(Types.ConvertType(Ctx.LongTy));
5728 IvarOffsetVarTy = LongTy;
5850 llvm::StructType::create({llvm::PointerType::getUnqual(VMContext), LongTy,
5900 llvm::PointerType::getUnqual(VMContext), Int8PtrTy, LongTy, LongTy,
5901 LongTy, IvarListPtrTy, MethodListPtrTy, CachePtrTy, ProtocolListPtrTy,
5931 SymtabTy = llvm::StructType::create("struct._objc_symtab", LongTy,
5942 ModuleTy = llvm::StructType::create("struct._objc_module", LongTy, LongTy,
6001 {LongTy, llvm::ArrayType::get(ProtocolnfABIPtrTy, 0)},
7142 values.fillPlaceholderWithInt(countSlot, ObjCTypes.LongTy, count);
7192 IvarOffsetValue, ObjCTypes.LongTy, true, "ivar.conv");
7617 : CGF.Builder.CreateBitCast(src, ObjCTypes.LongTy));
7638 : CGF.Builder.CreateBitCast(src, ObjCTypes.LongTy));
7683 : CGF.Builder.CreateBitCast(src, ObjCTypes.LongTy));
7705 : CGF.Builder.CreateBitCast(src, ObjCTypes.LongTy));