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

/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp622 // ProtocolListnfABITy - LLVM for struct _objc_protocol_list
623 llvm::StructType *ProtocolListnfABITy; member in class:__anon17846::ObjCNonFragileABITypesHelper
5313 ProtocolListnfABITy =
5318 llvm::PointerType::getUnqual(ProtocolListnfABITy),
5331 ProtocolListnfABITy->setBody(LongTy,
5336 ProtocolListnfABIPtrTy = llvm::PointerType::getUnqual(ProtocolListnfABITy);

Completed in 58 milliseconds