Searched refs:MethodListPtrTy (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGObjCMac.cpp | 550 llvm::PointerType *MethodListPtrTy; member in __anonb5e682970111::ObjCTypesHelper 3911 : ObjCTypes.MethodListPtrTy); in emitMethodList() 5882 MethodListPtrTy = llvm::PointerType::getUnqual(MethodListTy); in ObjCTypesHelper() 5907 LongTy, LongTy, IvarListPtrTy, MethodListPtrTy, CachePtrTy, in ObjCTypesHelper() 5923 "struct._objc_category", Int8PtrTy, Int8PtrTy, MethodListPtrTy, in ObjCTypesHelper() 5924 MethodListPtrTy, ProtocolListPtrTy, IntTy, PropertyListPtrTy, in ObjCTypesHelper()
|