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