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

/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp625 // ProtocolListnfABIPtrTy - LLVM for struct _objc_protocol_list*
626 llvm::Type *ProtocolListnfABIPtrTy; member in class:__anon17846::ObjCNonFragileABITypesHelper
5336 ProtocolListnfABIPtrTy = llvm::PointerType::getUnqual(ProtocolListnfABITy);
5378 ProtocolListnfABIPtrTy,
5418 ProtocolListnfABIPtrTy,
6009 Values[4] = llvm::Constant::getNullValue(ObjCTypes.ProtocolListnfABIPtrTy);
6376 return llvm::Constant::getNullValue(ObjCTypes.ProtocolListnfABIPtrTy);
6384 return llvm::ConstantExpr::getBitCast(GV, ObjCTypes.ProtocolListnfABIPtrTy);
6411 ObjCTypes.ProtocolListnfABIPtrTy);

Completed in 936 milliseconds