Searched refs:ProtocolTy (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjCGNU.cpp | 116 llvm::StructType *ProtocolTy; member in __anonbab9bb100111::CGObjCGNU 1321 GV = new llvm::GlobalVariable(TheModule, ProtocolTy, false, in GenerateEmptyProtocol() 1391 Protocol = new llvm::GlobalVariable(TheModule, ProtocolTy, in GenerateProtocolRef() 2416 ProtocolTy = llvm::StructType::get(IdTy, in CGObjCGNU()
|
| H A D | CGObjCMac.cpp | 472 llvm::StructType *ProtocolTy; member in __anonb5e682970111::ObjCTypesHelper 2957 auto values = builder.beginStruct(ObjCTypes.ProtocolTy); in GetOrEmitProtocol() 2991 Entry = new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.ProtocolTy, in GetOrEmitProtocolRef() 5581 auto values = builder.beginStruct(ObjCTypes.ProtocolTy); in FinishModule() 5755 ProtocolTy = llvm::StructType::create( in ObjCTypesHelper() 5763 llvm::ArrayType::get(ProtocolTy, 0)}, in ObjCTypesHelper()
|