Lines Matching refs:Int8Ty
114 llvm::IntegerType *Int8Ty; member in __anon2d629be70111::CGObjCGNU
259 Fields.addInt(Int8Ty, attrs & 0xff); in PushPropertyAttributes()
269 Fields.addInt(Int8Ty, attrs & 0xff); in PushPropertyAttributes()
271 Fields.addInt(Int8Ty, 0); in PushPropertyAttributes()
272 Fields.addInt(Int8Ty, 0); in PushPropertyAttributes()
1231 Int8Ty, false, llvm::GlobalValue::ExternalWeakLinkage, in GetClassVar()
2161 Int8Ty = llvm::Type::getInt8Ty(VMContext); in CGObjCGNU()
2163 PtrToInt8Ty = llvm::PointerType::getUnqual(Int8Ty); in CGObjCGNU()
2174 SelectorElemTy = Int8Ty; in CGObjCGNU()
2199 IdElemTy = Int8Ty; in CGObjCGNU()
2225 PtrToInt8Ty, Int8Ty, Int8Ty, Int8Ty, Int8Ty, PtrToInt8Ty, PtrToInt8Ty, in CGObjCGNU()
2488 return ConstantAddress(old->getValue(), Int8Ty, Align); in GenerateConstantString()
2515 return ConstantAddress(ObjCStr, Int8Ty, Align); in GenerateConstantString()