Home
last modified time | relevance | path

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

/external/swiftshader/third_party/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/swiftshader/third_party/LLVM/include/llvm/
DGlobalAlias.h69 const GlobalValue *getAliasedGlobal() const;
/external/swiftshader/third_party/LLVM/tools/llvm-nm/
Dllvm-nm.cpp234 const GlobalValue *AliasedGV = GA->getAliasedGlobal(); in TypeCharForSymbol()
/external/swiftshader/third_party/LLVM/tools/lto/
DLTOModule.cpp669 return isDeclaration(*V.getAliasedGlobal()); in isAliasToDeclaration()
/external/swiftshader/third_party/LLVM/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp886 const GlobalValue *GV = I->getAliasedGlobal(); in doFinalization()
/external/clang/lib/CodeGen/
DCodeGenModule.cpp259 static const llvm::GlobalObject *getAliasedGlobal( in getAliasedGlobal() function
294 const llvm::GlobalValue *GV = getAliasedGlobal(*Alias); in checkAliases()