Searched refs:PropertyListPtrTy (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGObjCMac.cpp | 205 llvm::PointerType *PropertyListPtrTy; member in __anonb5e682970111::ObjCCommonTypesHelper 3137 return llvm::Constant::getNullValue(ObjCTypes.PropertyListPtrTy); in EmitPropertyList() 3176 return llvm::Constant::getNullValue(ObjCTypes.PropertyListPtrTy); in EmitPropertyList() 3285 Values.addNullPointer(ObjCTypes.PropertyListPtrTy); in GenerateCategory() 3286 Values.addNullPointer(ObjCTypes.PropertyListPtrTy); in GenerateCategory() 5693 PropertyListPtrTy = llvm::PointerType::getUnqual(VMContext); in ObjCCommonTypesHelper() 5740 MethodDescriptionListPtrTy, PropertyListPtrTy, Int8PtrPtrTy, in ObjCTypesHelper() 5741 PropertyListPtrTy); in ObjCTypesHelper() 5792 "struct._objc_class_extension", IntTy, Int8PtrTy, PropertyListPtrTy); in ObjCTypesHelper() 5830 MethodListPtrTy, ProtocolListPtrTy, IntTy, PropertyListPtrTy, in ObjCTypesHelper() [all …]
|