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

/external/llvm/include/llvm/IR/
H A DGlobalAlias.h67 /// getAliasedGlobal() - Aliasee can be either global or bitcast of
69 const GlobalValue *getAliasedGlobal() const;
/external/llvm/lib/IR/
H A DGlobals.cpp232 const GlobalValue *GlobalAlias::getAliasedGlobal() const { function in class:GlobalAlias
254 const GlobalValue *GV = getAliasedGlobal();
262 GV = GA->getAliasedGlobal();
/external/llvm/tools/llvm-nm/
H A Dllvm-nm.cpp268 const GlobalValue *AliasedGV = GA->getAliasedGlobal();
/external/llvm/tools/lto/
H A DLTOModule.cpp884 if (isDeclaration(*a->getAliasedGlobal()))
/external/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp932 const GlobalValue *GV = I->getAliasedGlobal();

Completed in 474 milliseconds