forked from OSchip/llvm-project
parent
53ccb62712
commit
a56dcc977e
|
@ -79,9 +79,9 @@ public:
|
||||||
/// global. This method retrives the global for both aliasee flavours.
|
/// global. This method retrives the global for both aliasee flavours.
|
||||||
const GlobalValue* getAliasedGlobal() const;
|
const GlobalValue* getAliasedGlobal() const;
|
||||||
|
|
||||||
/// resolveAliasedGlobal() - This method tries to ultimately resolve alias by
|
/// resolveAliasedGlobal() - This method tries to ultimately resolve the alias
|
||||||
/// going through aliasing chain and trying to find the very last
|
/// by going through the aliasing chain and trying to find the very last
|
||||||
/// global. Return NULL is cycle was found.
|
/// global. Returns NULL if a cycle was found.
|
||||||
const GlobalValue* resolveAliasedGlobal() const;
|
const GlobalValue* resolveAliasedGlobal() const;
|
||||||
|
|
||||||
// Methods for support type inquiry through isa, cast, and dyn_cast:
|
// Methods for support type inquiry through isa, cast, and dyn_cast:
|
||||||
|
|
Loading…
Reference in New Issue