reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGObjCGNU.cpp
 1706     metaclassFields.addInt(LongTy, 0);
 1709     metaclassFields.addInt(LongTy, 1);
 1713     metaclassFields.addInt(LongTy, 0);
 1744     metaclassFields.addInt(LongTy, 0);
 1786     classFields.addInt(LongTy, 0);
 1789     classFields.addInt(LongTy, 0);
 1795     classFields.addInt(LongTy,
 1921     classFields.addInt(LongTy, 0);
 2077       ClassSymbol = new llvm::GlobalVariable(TheModule, LongTy, false,
 2109     ClassSymbol = new llvm::GlobalVariable(TheModule, LongTy, false,
 2131   LongTy = cast<llvm::IntegerType>(
 2145   Zeros[0] = llvm::ConstantInt::get(LongTy, 0);
 2897       LongTy,             // version
 2898       LongTy,             // info
 2899       LongTy,             // instance_size
 2909       LongTy,                 // abi_version
 2928   Elements.addInt(LongTy, 0);
 2930   Elements.addInt(LongTy, info);
 2934     Elements.addInt(LongTy,
 2955   Elements.addInt(LongTy, ClassABIVersion);
 3011   ProtocolList.addInt(LongTy, Protocols.size());
 3158   ProtocolList.addInt(LongTy, ExistingProtocols.size());
 3395     symbol->setInitializer(llvm::ConstantInt::get(LongTy, 0));
 3397     new llvm::GlobalVariable(TheModule, LongTy, false,
 3399                              llvm::ConstantInt::get(LongTy, 0),
 3580       llvm::ConstantInt::get(LongTy, instanceSize), IvarList, MethodList,
 3726     symtab.addInt(LongTy, selectorCount);
 3752       LongTy, LongTy, PtrToInt8Ty, symtab->getType(), IntTy
 3752       LongTy, LongTy, PtrToInt8Ty, symtab->getType(), IntTy
 3761     module.addInt(LongTy, RuntimeVersion);
 3763     module.addInt(LongTy, CGM.getDataLayout().getTypeStoreSize(moduleTy));