Home
last modified time | relevance | path

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

/external/llvm/lib/VMCore/
DGlobals.cpp226 const GlobalValue *GlobalAlias::getAliasedGlobal() const { in getAliasedGlobal() function in GlobalAlias
248 const GlobalValue *GV = getAliasedGlobal(); in resolveAliasedGlobal()
256 GV = GA->getAliasedGlobal(); in resolveAliasedGlobal()
/external/llvm/include/llvm/
DGlobalAlias.h70 const GlobalValue *getAliasedGlobal() const;
/external/llvm/tools/llvm-nm/
Dllvm-nm.cpp233 const GlobalValue *AliasedGV = GA->getAliasedGlobal(); in TypeCharForSymbol()
/external/llvm/tools/lto/
DLTOModule.cpp662 return isDeclaration(*V.getAliasedGlobal()); in isAliasToDeclaration()
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp901 const GlobalValue *GV = cast<GlobalValue>(I->getAliasedGlobal()); in doFinalization()