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

/external/clang/lib/CodeGen/
H A DCGObjCGNU.cpp1706 llvm::StructType *ProtocolListTy = llvm::StructType::get( local
1732 return MakeGlobal(ProtocolListTy, Elements, ".objc_protocol_list");
1961 llvm::StructType *ProtocolListTy = llvm::StructType::get( local
1981 Elements.push_back(llvm::ConstantExpr::getBitCast(MakeGlobal(ProtocolListTy,
H A DCGObjCMac.cpp519 /// ProtocolListTy - LLVM type for struct objc_property_list.
520 llvm::StructType *ProtocolListTy; member in class:__anon15215::ObjCTypesHelper
5168 ProtocolListTy =
5170 ProtocolListTy->setBody(llvm::PointerType::getUnqual(ProtocolListTy),
5183 llvm::PointerType::getUnqual(ProtocolListTy),
5189 ProtocolListPtrTy = llvm::PointerType::getUnqual(ProtocolListTy);

Completed in 68 milliseconds