Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGObjCMac.cpp547 llvm::PointerType *MethodListPtrTy; member in __anon7399292e0111::ObjCTypesHelper
3969 : ObjCTypes.MethodListPtrTy); in emitMethodList()
4003 return llvm::ConstantExpr::getBitCast(GV, ObjCTypes.MethodListPtrTy); in emitMethodList()
5927 MethodListPtrTy = llvm::PointerType::getUnqual(MethodListTy); in ObjCTypesHelper()
5952 LongTy, LongTy, IvarListPtrTy, MethodListPtrTy, CachePtrTy, in ObjCTypesHelper()
5968 "struct._objc_category", Int8PtrTy, Int8PtrTy, MethodListPtrTy, in ObjCTypesHelper()
5969 MethodListPtrTy, ProtocolListPtrTy, IntTy, PropertyListPtrTy, in ObjCTypesHelper()