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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp618 // ProtocolListnfABIPtrTy - LLVM for struct _objc_protocol_list*
619 llvm::PointerType *ProtocolListnfABIPtrTy; member in class:__anon1740::ObjCNonFragileABITypesHelper
6086 ProtocolListnfABIPtrTy = llvm::PointerType::getUnqual(ProtocolListnfABITy);
6127 MethodListnfABIPtrTy, ProtocolListnfABIPtrTy, IvarListnfABIPtrTy,
6164 MethodListnfABIPtrTy, ProtocolListnfABIPtrTy, PropertyListPtrTy,
6761 values.addNullPointer(ObjCTypes.ProtocolListnfABIPtrTy);
7177 return llvm::Constant::getNullValue(ObjCTypes.ProtocolListnfABIPtrTy);
7185 return llvm::ConstantExpr::getBitCast(GV, ObjCTypes.ProtocolListnfABIPtrTy);
7204 ObjCTypes.ProtocolListnfABIPtrTy);

Completed in 121 milliseconds