enum ApplePropertyAttributes

Description

Constants for the DW_APPLE_PROPERTY_attributes attribute. Keep this list in sync with clang's DeclObjCCommon.h ObjCPropertyAttribute::Kind!

Declared at: llvm/include/llvm/BinaryFormat/Dwarf.h:459

Enumerators

NameValueComment
DW_APPLE_PROPERTY_readonly1
DW_APPLE_PROPERTY_getter2
DW_APPLE_PROPERTY_assign4
DW_APPLE_PROPERTY_readwrite8
DW_APPLE_PROPERTY_retain16
DW_APPLE_PROPERTY_copy32
DW_APPLE_PROPERTY_nonatomic64
DW_APPLE_PROPERTY_setter128
DW_APPLE_PROPERTY_atomic256
DW_APPLE_PROPERTY_weak512
DW_APPLE_PROPERTY_strong1024
DW_APPLE_PROPERTY_unsafe_unretained2048
DW_APPLE_PROPERTY_nullability4096
DW_APPLE_PROPERTY_null_resettable8192
DW_APPLE_PROPERTY_class16384