Lines Matching refs:ProtocolTy
500 /// ProtocolTy - LLVM type for struct objc_protocol.
501 llvm::StructType *ProtocolTy;
2644 llvm::Constant *Init = llvm::ConstantStruct::get(ObjCTypes.ProtocolTy,
2653 new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.ProtocolTy, false,
2676 new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.ProtocolTy, false,
4999 I->second->setInitializer(llvm::ConstantStruct::get(ObjCTypes.ProtocolTy,
5165 ProtocolTy =
5172 llvm::ArrayType::get(ProtocolTy, 0),
5182 ProtocolTy->setBody(ProtocolExtensionPtrTy, Int8PtrTy,
5191 ProtocolPtrTy = llvm::PointerType::getUnqual(ProtocolTy);