Searched refs:MethodListnfABIPtrTy (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGObjCMac.cpp | 609 llvm::PointerType *MethodListnfABIPtrTy; member in __anon0dba85c70111::ObjCNonFragileABITypesHelper 5996 MethodListnfABIPtrTy = llvm::PointerType::getUnqual(MethodListnfABITy); in ObjCNonFragileABITypesHelper() 6020 llvm::PointerType::getUnqual(ProtocolListnfABITy), MethodListnfABIPtrTy, in ObjCNonFragileABITypesHelper() 6021 MethodListnfABIPtrTy, MethodListnfABIPtrTy, MethodListnfABIPtrTy, in ObjCNonFragileABITypesHelper() 6077 MethodListnfABIPtrTy, ProtocolListnfABIPtrTy, IvarListnfABIPtrTy, in ObjCNonFragileABITypesHelper() 6113 "struct._category_t", Int8PtrTy, ClassnfABIPtrTy, MethodListnfABIPtrTy, in ObjCNonFragileABITypesHelper() 6114 MethodListnfABIPtrTy, ProtocolListnfABIPtrTy, PropertyListPtrTy, in ObjCNonFragileABITypesHelper() 6797 return llvm::Constant::getNullValue(ObjCTypes.MethodListnfABIPtrTy); in emitMethodList() 6852 return llvm::ConstantExpr::getBitCast(GV, ObjCTypes.MethodListnfABIPtrTy); in emitMethodList()
|