Home | History | Annotate | Download | only in CodeGen

Lines Matching defs:LongTy

175   llvm::IntegerType *ShortTy, *IntTy, *LongTy;
413 LongTy };
3245 values.fillPlaceholderWithInt(countSlot, ObjCTypes.LongTy, count);
3636 values.addInt(ObjCTypes.LongTy, 0);
3637 values.addInt(ObjCTypes.LongTy, Flags);
3638 values.addInt(ObjCTypes.LongTy, Size.getQuantity());
3697 values.addInt(ObjCTypes.LongTy, 0);
3698 values.addInt(ObjCTypes.LongTy, Flags);
3699 values.addInt(ObjCTypes.LongTy, Size);
5100 CGM.getTypes().ConvertType(CGM.getContext().LongTy),
5226 values.addInt(ObjCTypes.LongTy, ModuleVersion);
5227 values.addInt(ObjCTypes.LongTy, Size);
5246 values.addInt(ObjCTypes.LongTy, 0);
5798 LongTy = cast<llvm::IntegerType>(Types.ConvertType(Ctx.LongTy));
5807 IvarOffsetVarTy = LongTy;
5921 ProtocolListTy->setBody(llvm::PointerType::getUnqual(ProtocolListTy), LongTy,
5982 llvm::PointerType::getUnqual(ClassTy), Int8PtrTy, LongTy,
5983 LongTy, LongTy, IvarListPtrTy, MethodListPtrTy, CachePtrTy,
6012 SymtabTy = llvm::StructType::create("struct._objc_symtab", LongTy,
6023 ModuleTy = llvm::StructType::create("struct._objc_module", LongTy, LongTy,
6085 ProtocolListnfABITy->setBody(LongTy,
7215 values.fillPlaceholderWithInt(countSlot, ObjCTypes.LongTy, count);
7266 IvarOffsetValue, ObjCTypes.LongTy, true, "ivar.conv");
7696 : CGF.Builder.CreateBitCast(src, ObjCTypes.LongTy));
7716 : CGF.Builder.CreateBitCast(src, ObjCTypes.LongTy));
7762 : CGF.Builder.CreateBitCast(src, ObjCTypes.LongTy));
7783 : CGF.Builder.CreateBitCast(src, ObjCTypes.LongTy));