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

/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1685 llvm::StructType *ProtocolListTy = llvm::StructType::get( local
1711 return MakeGlobal(ProtocolListTy, Elements, ".objc_protocol_list");
1933 llvm::StructType *ProtocolListTy = llvm::StructType::get( local
1953 Elements.push_back(llvm::ConstantExpr::getBitCast(MakeGlobal(ProtocolListTy,
H A DCGObjCMac.cpp526 /// ProtocolListTy - LLVM type for struct objc_property_list.
527 llvm::StructType *ProtocolListTy; member in class:__anon17846::ObjCTypesHelper
5148 ProtocolListTy =
5150 ProtocolListTy->setBody(llvm::PointerType::getUnqual(ProtocolListTy),
5163 llvm::PointerType::getUnqual(ProtocolListTy),
5169 ProtocolListPtrTy = llvm::PointerType::getUnqual(ProtocolListTy);

Completed in 199 milliseconds