Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGObjCMac.cpp550 llvm::PointerType *MethodListPtrTy; member in __anon0aefe8a60111::ObjCTypesHelper
3874 : ObjCTypes.MethodListPtrTy); in emitMethodList()
3907 return llvm::ConstantExpr::getBitCast(GV, ObjCTypes.MethodListPtrTy); in emitMethodList()
5709 MethodListPtrTy = llvm::PointerType::getUnqual(MethodListTy); in ObjCTypesHelper()
5734 LongTy, LongTy, IvarListPtrTy, MethodListPtrTy, CachePtrTy, in ObjCTypesHelper()
5750 "struct._objc_category", Int8PtrTy, Int8PtrTy, MethodListPtrTy, in ObjCTypesHelper()
5751 MethodListPtrTy, ProtocolListPtrTy, IntTy, PropertyListPtrTy, in ObjCTypesHelper()