Searched refs:ProtocolTy (Results 1 - 2 of 2) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp505 /// ProtocolTy - LLVM type for struct objc_protocol.
506 llvm::StructType *ProtocolTy; member in class:__anon1740::ObjCTypesHelper
3089 auto values = builder.beginStruct(ObjCTypes.ProtocolTy);
3124 Entry = new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.ProtocolTy,
5743 auto values = builder.beginStruct(ObjCTypes.ProtocolTy);
5913 ProtocolTy =
5919 llvm::ArrayType::get(ProtocolTy, 0));
5928 ProtocolTy->setBody(ProtocolExtensionPtrTy, Int8PtrTy,
5935 ProtocolPtrTy = llvm::PointerType::getUnqual(ProtocolTy);
H A DCGObjCGNU.cpp127 llvm::StructType *ProtocolTy; member in class:__anon1739::CGObjCGNU
1308 GV = new llvm::GlobalVariable(TheModule, ProtocolTy, false,
1377 Protocol = new llvm::GlobalVariable(TheModule, ProtocolTy,
2190 ProtocolTy = llvm::StructType::get(IdTy,

Completed in 95 milliseconds