Searched refs:ProtocolTy (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjCMac.cpp | 508 llvm::StructType *ProtocolTy; member in __anon8be0494b0111::ObjCTypesHelper 3106 auto values = builder.beginStruct(ObjCTypes.ProtocolTy); in GetOrEmitProtocol() 3141 Entry = new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.ProtocolTy, in GetOrEmitProtocolRef() 5746 auto values = builder.beginStruct(ObjCTypes.ProtocolTy); in FinishModule() 5916 ProtocolTy = in ObjCTypesHelper() 5922 llvm::ArrayType::get(ProtocolTy, 0)); in ObjCTypesHelper() 5931 ProtocolTy->setBody(ProtocolExtensionPtrTy, Int8PtrTy, in ObjCTypesHelper() 5938 ProtocolPtrTy = llvm::PointerType::getUnqual(ProtocolTy); in ObjCTypesHelper()
|
| H A D | CGObjCGNU.cpp | 117 llvm::StructType *ProtocolTy; member in __anon90b381c40111::CGObjCGNU 1305 GV = new llvm::GlobalVariable(TheModule, ProtocolTy, false, in GenerateEmptyProtocol() 1375 Protocol = new llvm::GlobalVariable(TheModule, ProtocolTy, in GenerateProtocolRef() 2194 ProtocolTy = llvm::StructType::get(IdTy, in CGObjCGNU()
|