Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp549 llvm::PointerType *MethodListPtrTy; member in __anon8be0494b0111::ObjCTypesHelper
3984 : ObjCTypes.MethodListPtrTy); in emitMethodList()
4018 return llvm::ConstantExpr::getBitCast(GV, ObjCTypes.MethodListPtrTy); in emitMethodList()
5958 MethodListPtrTy = llvm::PointerType::getUnqual(MethodListTy); in ObjCTypesHelper()
5983 LongTy, LongTy, IvarListPtrTy, MethodListPtrTy, CachePtrTy, in ObjCTypesHelper()
5999 "struct._objc_category", Int8PtrTy, Int8PtrTy, MethodListPtrTy, in ObjCTypesHelper()
6000 MethodListPtrTy, ProtocolListPtrTy, IntTy, PropertyListPtrTy, in ObjCTypesHelper()