Lines Matching refs:ARCRuntimeEntryPointKind
30 enum class ARCRuntimeEntryPointKind { enum
70 Constant *get(ARCRuntimeEntryPointKind kind) { in get()
74 case ARCRuntimeEntryPointKind::AutoreleaseRV: in get()
77 case ARCRuntimeEntryPointKind::Release: in get()
79 case ARCRuntimeEntryPointKind::Retain: in get()
81 case ARCRuntimeEntryPointKind::RetainBlock: in get()
83 case ARCRuntimeEntryPointKind::Autorelease: in get()
85 case ARCRuntimeEntryPointKind::StoreStrong: in get()
87 case ARCRuntimeEntryPointKind::RetainRV: in get()
90 case ARCRuntimeEntryPointKind::RetainAutorelease: in get()
93 case ARCRuntimeEntryPointKind::RetainAutoreleaseRV: in get()