Searched refs:ProtocolTy (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGObjCMac.cpp | 508 llvm::StructType *ProtocolTy; member in __anon0dba85c70111::ObjCTypesHelper 3041 auto values = builder.beginStruct(ObjCTypes.ProtocolTy); in GetOrEmitProtocol() 3076 Entry = new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.ProtocolTy, in GetOrEmitProtocolRef() 5693 auto values = builder.beginStruct(ObjCTypes.ProtocolTy); in FinishModule() 5863 ProtocolTy = in ObjCTypesHelper() 5869 llvm::ArrayType::get(ProtocolTy, 0)); in ObjCTypesHelper() 5878 ProtocolTy->setBody(ProtocolExtensionPtrTy, Int8PtrTy, in ObjCTypesHelper() 5885 ProtocolPtrTy = llvm::PointerType::getUnqual(ProtocolTy); in ObjCTypesHelper()
|
| H A D | CGObjCGNU.cpp | 119 llvm::StructType *ProtocolTy; member in __anon128dbe400111::CGObjCGNU 1308 GV = new llvm::GlobalVariable(TheModule, ProtocolTy, false, in GenerateEmptyProtocol() 1378 Protocol = new llvm::GlobalVariable(TheModule, ProtocolTy, in GenerateProtocolRef() 2202 ProtocolTy = llvm::StructType::get(IdTy, in CGObjCGNU()
|