Home
last modified time | relevance | path

Searched refs:ProtocolnfABIPtrTy (Results 1 – 1 of 1) sorted by relevance

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGObjCMac.cpp616 llvm::PointerType *ProtocolnfABIPtrTy; member in __anonca7de2e40111::ObjCNonFragileABITypesHelper
6036 ProtocolnfABIPtrTy = llvm::PointerType::getUnqual(ProtocolnfABITy); in ObjCNonFragileABITypesHelper()
6043 llvm::ArrayType::get(ProtocolnfABIPtrTy, 0)); in ObjCNonFragileABITypesHelper()
7128 new llvm::GlobalVariable(CGM.getModule(), ObjCTypes.ProtocolnfABIPtrTy, in GetOrEmitProtocol()
7134 CGM.getDataLayout().getABITypeAlign(ObjCTypes.ProtocolnfABIPtrTy)); in GetOrEmitProtocol()
7183 auto array = values.beginArray(ObjCTypes.ProtocolnfABIPtrTy); in EmitProtocolList()
7187 array.addNullPointer(ObjCTypes.ProtocolnfABIPtrTy); in EmitProtocolList()