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

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCMac.cpp502 /// ProtocolTy - LLVM type for struct objc_protocol.
503 llvm::StructType *ProtocolTy; member in class:__anon3801::ObjCTypesHelper
2754 llvm::Constant *Init = llvm::ConstantStruct::get(ObjCTypes.ProtocolTy,
2762 Entry = new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.ProtocolTy,
2783 Entry = new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.ProtocolTy,
5098 I->second->setInitializer(llvm::ConstantStruct::get(ObjCTypes.ProtocolTy,
5271 ProtocolTy =
5278 llvm::ArrayType::get(ProtocolTy, 0),
5288 ProtocolTy->setBody(ProtocolExtensionPtrTy, Int8PtrTy,
5297 ProtocolPtrTy = llvm::PointerType::getUnqual(ProtocolTy);
[all...]
H A DCGObjCGNU.cpp1757 llvm::StructType *ProtocolTy = llvm::StructType::get(IdTy, local
1776 return MakeGlobal(ProtocolTy, Elements, CGM.getPointerAlign(),
1913 llvm::StructType *ProtocolTy = llvm::StructType::get(IdTy, local
1937 llvm::ConstantExpr::getBitCast(MakeGlobal(ProtocolTy, Elements,

Completed in 122 milliseconds