Return the underlying ObjC object pointer for V.
Declared in <llvm/Analysis/ObjCARCAnalysisUtils.h>
Value const*
GetUnderlyingObjCPtr(Value const* V);
This is a wrapper around getUnderlyingObject which also knows how to look through objc_retain and objc_autorelease calls, which we know to return their argument verbatim.
The underlying ObjC object pointer for V.
| Name | Description |
|---|---|
| V | Value whose underlying ObjC pointer is requested. |