Return the underlying GlobalObject this value ultimately refers to, if any (following aliases).
Synopses
Declared in <llvm/IR/GlobalValue.h>
Return the underlying GlobalObject this value ultimately refers to, if any (following aliases).
GlobalObject const*
getAliaseeObject() const;
Return the underlying GlobalObject this value ultimately refers to, if any (following aliases).
Return Value
The underlying GlobalObject, or null if none.
Created with MrDocs