Searched refs:ProtocolTy (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjCMac.cpp | 509 llvm::StructType *ProtocolTy; member in __anonaa8b92cd0111::ObjCTypesHelper 3037 auto values = builder.beginStruct(ObjCTypes.ProtocolTy); in GetOrEmitProtocol() 3072 Entry = new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.ProtocolTy, in GetOrEmitProtocolRef() 5662 auto values = builder.beginStruct(ObjCTypes.ProtocolTy); in FinishModule() 5833 ProtocolTy = in ObjCTypesHelper() 5839 llvm::ArrayType::get(ProtocolTy, 0)); in ObjCTypesHelper() 5848 ProtocolTy->setBody(ProtocolExtensionPtrTy, Int8PtrTy, in ObjCTypesHelper() 5855 ProtocolPtrTy = llvm::PointerType::getUnqual(ProtocolTy); in ObjCTypesHelper()
|
| H A D | CGObjCGNU.cpp | 117 llvm::StructType *ProtocolTy; member in __anonaf5ecb460111::CGObjCGNU 1322 GV = new llvm::GlobalVariable(TheModule, ProtocolTy, false, in GenerateEmptyProtocol() 1392 Protocol = new llvm::GlobalVariable(TheModule, ProtocolTy, in GenerateProtocolRef() 2313 ProtocolTy = llvm::StructType::get(IdTy, in CGObjCGNU()
|