Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGObjCMac.cpp610 llvm::PointerType *MethodListnfABIPtrTy; member in __anonaa8b92cd0111::ObjCNonFragileABITypesHelper
5966 MethodListnfABIPtrTy = llvm::PointerType::getUnqual(MethodListnfABITy); in ObjCNonFragileABITypesHelper()
5990 llvm::PointerType::getUnqual(ProtocolListnfABITy), MethodListnfABIPtrTy, in ObjCNonFragileABITypesHelper()
5991 MethodListnfABIPtrTy, MethodListnfABIPtrTy, MethodListnfABIPtrTy, in ObjCNonFragileABITypesHelper()
6047 MethodListnfABIPtrTy, ProtocolListnfABIPtrTy, IvarListnfABIPtrTy, in ObjCNonFragileABITypesHelper()
6083 "struct._category_t", Int8PtrTy, ClassnfABIPtrTy, MethodListnfABIPtrTy, in ObjCNonFragileABITypesHelper()
6084 MethodListnfABIPtrTy, ProtocolListnfABIPtrTy, PropertyListPtrTy, in ObjCNonFragileABITypesHelper()
6761 return llvm::Constant::getNullValue(ObjCTypes.MethodListnfABIPtrTy); in emitMethodList()