Home
last modified time | relevance | path

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

/external/llvm/tools/gold/
Dgold-plugin.cpp442 std::vector<GlobalAlias *> &KeptAliases) { in keepGlobalValue() argument
446 KeptAliases.push_back(GA); in keepGlobalValue()
613 std::vector<GlobalAlias *> KeptAliases; in getModuleForFile() local
662 keepGlobalValue(*GV, KeptAliases); in getModuleForFile()
673 keepGlobalValue(*GV, KeptAliases); in getModuleForFile()
694 keepGlobalValue(*GV, KeptAliases); in getModuleForFile()
704 for (GlobalAlias *GA : KeptAliases) { in getModuleForFile()