Searched refs:MethodListnfABIPtrTy (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjCMac.cpp | 610 llvm::PointerType *MethodListnfABIPtrTy; member in __anonb5e682970111::ObjCNonFragileABITypesHelper 5973 MethodListnfABIPtrTy = llvm::PointerType::getUnqual(MethodListnfABITy); in ObjCNonFragileABITypesHelper() 5997 llvm::PointerType::getUnqual(ProtocolListnfABITy), MethodListnfABIPtrTy, in ObjCNonFragileABITypesHelper() 5998 MethodListnfABIPtrTy, MethodListnfABIPtrTy, MethodListnfABIPtrTy, in ObjCNonFragileABITypesHelper() 6054 MethodListnfABIPtrTy, ProtocolListnfABIPtrTy, IvarListnfABIPtrTy, in ObjCNonFragileABITypesHelper() 6090 "struct._category_t", Int8PtrTy, ClassnfABIPtrTy, MethodListnfABIPtrTy, in ObjCNonFragileABITypesHelper() 6091 MethodListnfABIPtrTy, ProtocolListnfABIPtrTy, PropertyListPtrTy, in ObjCNonFragileABITypesHelper() 6767 return llvm::Constant::getNullValue(ObjCTypes.MethodListnfABIPtrTy); in emitMethodList()
|