Searched defs:getAliasedGlobal (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/VMCore/
H A DGlobals.cpp226 const GlobalValue *GlobalAlias::getAliasedGlobal() const { function in class:GlobalAlias
248 const GlobalValue *GV = getAliasedGlobal();
256 GV = GA->getAliasedGlobal();

Completed in 61 milliseconds