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

/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp500 /// ProtocolTy - LLVM type for struct objc_protocol.
501 llvm::StructType *ProtocolTy; member in class:__anon15215::ObjCTypesHelper
2644 llvm::Constant *Init = llvm::ConstantStruct::get(ObjCTypes.ProtocolTy,
2653 new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.ProtocolTy, false,
2676 new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.ProtocolTy, false,
4999 I->second->setInitializer(llvm::ConstantStruct::get(ObjCTypes.ProtocolTy,
5165 ProtocolTy =
5172 llvm::ArrayType::get(ProtocolTy, 0),
5182 ProtocolTy->setBody(ProtocolExtensionPtrTy, Int8PtrTy,
5191 ProtocolPtrTy = llvm::PointerType::getUnqual(ProtocolTy);
[all...]
H A DCGObjCGNU.cpp1753 llvm::StructType *ProtocolTy = llvm::StructType::get(IdTy, local
1772 return MakeGlobal(ProtocolTy, Elements, ".objc_protocol");
1915 llvm::StructType *ProtocolTy = llvm::StructType::get(IdTy, local
1939 llvm::ConstantExpr::getBitCast(MakeGlobal(ProtocolTy, Elements,

Completed in 135 milliseconds