Lines Matching defs:LongTy

148   llvm::IntegerType *LongTy;
1733 metaclassFields.addInt(LongTy, 0);
1736 metaclassFields.addInt(LongTy, ClassFlags::ClassFlagMeta);
1740 metaclassFields.addInt(LongTy, 0);
1770 metaclassFields.addInt(LongTy, 0);
1812 classFields.addInt(LongTy, 0);
1815 classFields.addInt(LongTy, 0);
1821 classFields.addInt(LongTy,
1949 classFields.addInt(LongTy, 0);
2093 llvm::StructType::get(PtrTy, PtrTy, PtrTy, LongTy, LongTy);
2096 Address{Builder.CreateStructGEP(classStart, selfValue, 4), LongTy,
2206 ClassSymbol = new llvm::GlobalVariable(TheModule, LongTy, false,
2238 ClassSymbol = new llvm::GlobalVariable(TheModule, LongTy, false,
2263 LongTy = cast<llvm::IntegerType>(
2264 Types.ConvertType(CGM.getContext().LongTy));
2277 Zeros[0] = llvm::ConstantInt::get(LongTy, 0);
3123 LongTy, // version
3124 LongTy, // info
3125 LongTy, // instance_size
3135 LongTy, // abi_version
3154 Elements.addInt(LongTy, 0);
3156 Elements.addInt(LongTy, info);
3160 Elements.addInt(LongTy,
3181 Elements.addInt(LongTy, ClassABIVersion);
3236 ProtocolList.addInt(LongTy, Protocols.size());
3387 ProtocolList.addInt(LongTy, ExistingProtocols.size());
3621 symbol->setInitializer(llvm::ConstantInt::get(LongTy, 0));
3623 new llvm::GlobalVariable(TheModule, LongTy, false,
3625 llvm::ConstantInt::get(LongTy, 0),
3795 llvm::ConstantInt::get(LongTy, instanceSize), IvarList, MethodList,
3931 symtab.addInt(LongTy, selectorCount);
3957 LongTy, LongTy, PtrToInt8Ty, symtab->getType(), IntTy
3966 module.addInt(LongTy, RuntimeVersion);
3968 module.addInt(LongTy, CGM.getDataLayout().getTypeStoreSize(moduleTy));