Lines Matching refs:Int8Ty
112 llvm::IntegerType *Int8Ty; member in __anonbab9bb100111::CGObjCGNU
257 Fields.addInt(Int8Ty, attrs & 0xff); in PushPropertyAttributes()
267 Fields.addInt(Int8Ty, attrs & 0xff); in PushPropertyAttributes()
269 Fields.addInt(Int8Ty, 0); in PushPropertyAttributes()
270 Fields.addInt(Int8Ty, 0); in PushPropertyAttributes()
1244 Int8Ty, false, llvm::GlobalValue::ExternalWeakLinkage, in GetClassVar()
2271 Int8Ty = llvm::Type::getInt8Ty(VMContext); in CGObjCGNU()
2273 PtrToInt8Ty = llvm::PointerType::getUnqual(Int8Ty); in CGObjCGNU()
2284 SelectorElemTy = Int8Ty; in CGObjCGNU()
2309 IdElemTy = Int8Ty; in CGObjCGNU()
2335 PtrToInt8Ty, Int8Ty, Int8Ty, Int8Ty, Int8Ty, PtrToInt8Ty, PtrToInt8Ty, in CGObjCGNU()
2599 return ConstantAddress(old->getValue(), Int8Ty, Align); in GenerateConstantString()
2623 return ConstantAddress(ObjCStr, Int8Ty, Align); in GenerateConstantString()