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

/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp507 /// ProtocolTy - LLVM type for struct objc_protocol.
508 llvm::StructType *ProtocolTy; member in class:__anon17846::ObjCTypesHelper
2638 llvm::Constant *Init = llvm::ConstantStruct::get(ObjCTypes.ProtocolTy,
2647 new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.ProtocolTy, false,
2671 new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.ProtocolTy, false,
4970 I->second->setInitializer(llvm::ConstantStruct::get(ObjCTypes.ProtocolTy,
5145 ProtocolTy =
5152 llvm::ArrayType::get(ProtocolTy, 0),
5162 ProtocolTy->setBody(ProtocolExtensionPtrTy, Int8PtrTy,
5171 ProtocolPtrTy = llvm::PointerType::getUnqual(ProtocolTy);
[all...]
H A DCGObjCGNU.cpp1732 llvm::StructType *ProtocolTy = llvm::StructType::get(IdTy, local
1751 return MakeGlobal(ProtocolTy, Elements, ".objc_protocol");
1887 llvm::StructType *ProtocolTy = llvm::StructType::get(IdTy, local
1911 llvm::ConstantExpr::getBitCast(MakeGlobal(ProtocolTy, Elements,

Completed in 140 milliseconds