enum DependenceKind
Description
Defines different dependence kinds among various ARC constructs. There are several kinds of dependence-like concepts in use here.
Declared at: llvm/lib/Transforms/ObjCARC/DependencyAnalysis.h:44
Enumerators
Name | Value | Comment |
---|---|---|
NeedsPositiveRetainCount | 0 | |
AutoreleasePoolBoundary | 1 | |
CanChangeRetainCount | 2 | |
RetainAutoreleaseDep | 3 | Blocks objc_retainAutorelease. |
RetainAutoreleaseRVDep | 4 | Blocks objc_retainAutoreleaseReturnValue. |
RetainRVDep | 5 | Blocks objc_retainAutoreleasedReturnValue. |