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

/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1776 llvm::StructType *ProtocolTy = llvm::StructType::get(IdTy, local
1791 return MakeGlobal(ProtocolTy, Elements, CGM.getPointerAlign(),
1928 llvm::StructType *ProtocolTy = llvm::StructType::get(IdTy, local
1947 llvm::ConstantExpr::getBitCast(MakeGlobal(ProtocolTy, Elements,
H A DCGObjCMac.cpp507 /// ProtocolTy - LLVM type for struct objc_protocol.
508 llvm::StructType *ProtocolTy; member in class:__anon1279::ObjCTypesHelper
2779 llvm::Constant *Init = llvm::ConstantStruct::get(ObjCTypes.ProtocolTy,
2787 Entry = new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.ProtocolTy,
2808 Entry = new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.ProtocolTy,
5171 I->second->setInitializer(llvm::ConstantStruct::get(ObjCTypes.ProtocolTy,
5343 ProtocolTy =
5350 llvm::ArrayType::get(ProtocolTy, 0),
5360 ProtocolTy->setBody(ProtocolExtensionPtrTy, Int8PtrTy,
5369 ProtocolPtrTy = llvm::PointerType::getUnqual(ProtocolTy);
[all...]

Completed in 220 milliseconds