Return the ARC runtime function from a clang_arc_attachedcall bundle.
Declared in <llvm/Analysis/ObjCARCUtil.h>
std::optional<Function*>
getAttachedARCFunction(CallBase const* CB);
This is the address of the ARC runtime function passed as the operand bundle's argument.
The attached ARC runtime function, or std::nullopt if none.
| Name | Description |
|---|---|
| CB | Call whose attached-call operand bundle is queried. |