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

/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp622 // ProtocolListnfABIPtrTy - LLVM for struct _objc_protocol_list*
623 llvm::Type *ProtocolListnfABIPtrTy; member in class:__anon1231::ObjCNonFragileABITypesHelper
5539 ProtocolListnfABIPtrTy = llvm::PointerType::getUnqual(ProtocolListnfABITy);
5581 ProtocolListnfABIPtrTy,
5624 ProtocolListnfABIPtrTy,
6233 Values[4] = llvm::Constant::getNullValue(ObjCTypes.ProtocolListnfABIPtrTy);
6610 return llvm::Constant::getNullValue(ObjCTypes.ProtocolListnfABIPtrTy);
6618 return llvm::ConstantExpr::getBitCast(GV, ObjCTypes.ProtocolListnfABIPtrTy);
6644 ObjCTypes.ProtocolListnfABIPtrTy);

Completed in 159 milliseconds