Lines Matching refs:ARCRuntimeEntryPointKind
37 enum class ARCRuntimeEntryPointKind { enum
68 Function *get(ARCRuntimeEntryPointKind kind) { in get()
72 case ARCRuntimeEntryPointKind::AutoreleaseRV: in get()
75 case ARCRuntimeEntryPointKind::Release: in get()
77 case ARCRuntimeEntryPointKind::Retain: in get()
79 case ARCRuntimeEntryPointKind::RetainBlock: in get()
81 case ARCRuntimeEntryPointKind::Autorelease: in get()
83 case ARCRuntimeEntryPointKind::StoreStrong: in get()
85 case ARCRuntimeEntryPointKind::RetainRV: in get()
88 case ARCRuntimeEntryPointKind::RetainAutorelease: in get()
91 case ARCRuntimeEntryPointKind::RetainAutoreleaseRV: in get()