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

/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp611 // ProtocolListnfABITy - LLVM for struct _objc_protocol_list
612 llvm::StructType *ProtocolListnfABITy; member in class:__anon56::ObjCNonFragileABITypesHelper
4645 ProtocolListnfABITy =
4650 llvm::PointerType::getUnqual(ProtocolListnfABITy),
4663 ProtocolListnfABITy->setBody(LongTy,
4668 ProtocolListnfABIPtrTy = llvm::PointerType::getUnqual(ProtocolListnfABITy);

Completed in 30 milliseconds