Lines Matching defs:LongTy
175 llvm::IntegerType *ShortTy, *IntTy, *LongTy;
414 llvm::Type *args[] = { Int8PtrTy, Int8PtrTy, LongTy };
3183 values.fillPlaceholderWithInt(countSlot, ObjCTypes.LongTy, count);
3573 values.addInt(ObjCTypes.LongTy, 0);
3574 values.addInt(ObjCTypes.LongTy, Flags);
3575 values.addInt(ObjCTypes.LongTy, Size.getQuantity());
3632 values.addInt(ObjCTypes.LongTy, 0);
3633 values.addInt(ObjCTypes.LongTy, Flags);
3634 values.addInt(ObjCTypes.LongTy, Size);
5033 CGM.getTypes().ConvertType(CGM.getContext().LongTy),
5160 values.addInt(ObjCTypes.LongTy, ModuleVersion);
5161 values.addInt(ObjCTypes.LongTy, Size);
5180 values.addInt(ObjCTypes.LongTy, 0);
5722 LongTy = cast<llvm::IntegerType>(Types.ConvertType(Ctx.LongTy));
5732 IvarOffsetVarTy = LongTy;
5845 ProtocolListTy->setBody(llvm::PointerType::getUnqual(ProtocolListTy), LongTy,
5906 llvm::PointerType::getUnqual(ClassTy), Int8PtrTy, LongTy,
5907 LongTy, LongTy, IvarListPtrTy, MethodListPtrTy, CachePtrTy,
5936 SymtabTy = llvm::StructType::create("struct._objc_symtab", LongTy,
5947 ModuleTy = llvm::StructType::create("struct._objc_module", LongTy, LongTy,
6009 ProtocolListnfABITy->setBody(LongTy,
7152 values.fillPlaceholderWithInt(countSlot, ObjCTypes.LongTy, count);
7202 IvarOffsetValue, ObjCTypes.LongTy, true, "ivar.conv");
7627 : CGF.Builder.CreateBitCast(src, ObjCTypes.LongTy));
7648 : CGF.Builder.CreateBitCast(src, ObjCTypes.LongTy));
7693 : CGF.Builder.CreateBitCast(src, ObjCTypes.LongTy));
7715 : CGF.Builder.CreateBitCast(src, ObjCTypes.LongTy));