Lines Matching defs:GUIDPreservedSymbols
320 DenseSet<GlobalValue::GUID> GUIDPreservedSymbols(PreservedSymbols.size());
322 GUIDPreservedSymbols);
323 return GUIDPreservedSymbols;
432 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols,
460 if (!ExportList.empty() || !GUIDPreservedSymbols.empty()) {
511 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols,
532 GUIDPreservedSymbols);
622 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols;
626 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols)
627 : ExportLists(ExportLists), GUIDPreservedSymbols(GUIDPreservedSymbols) {}
632 GUIDPreservedSymbols.count(VI.getGUID());
654 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) {
661 computeDeadSymbolsWithConstProp(Index, GUIDPreservedSymbols, isPrevailing,
679 auto GUIDPreservedSymbols = computeGUIDPreservedSymbols(
683 addUsedSymbolToPreservedGUID(File, GUIDPreservedSymbols);
686 computeDeadSymbolsInIndex(Index, GUIDPreservedSymbols);
701 resolvePrevailingInIndex(Index, ResolvedODR, GUIDPreservedSymbols,
711 Index, IsExported(ExportLists, GUIDPreservedSymbols),
732 auto GUIDPreservedSymbols = computeGUIDPreservedSymbols(
735 addUsedSymbolToPreservedGUID(File, GUIDPreservedSymbols);
738 computeDeadSymbolsInIndex(Index, GUIDPreservedSymbols);
772 auto GUIDPreservedSymbols = computeGUIDPreservedSymbols(
775 addUsedSymbolToPreservedGUID(File, GUIDPreservedSymbols);
778 computeDeadSymbolsInIndex(Index, GUIDPreservedSymbols);
810 auto GUIDPreservedSymbols = computeGUIDPreservedSymbols(
813 addUsedSymbolToPreservedGUID(File, GUIDPreservedSymbols);
816 computeDeadSymbolsInIndex(Index, GUIDPreservedSymbols);
856 auto GUIDPreservedSymbols =
859 addUsedSymbolToPreservedGUID(File, GUIDPreservedSymbols);
866 computeDeadSymbolsInIndex(Index, GUIDPreservedSymbols);
882 if (ExportList.empty() && GUIDPreservedSymbols.empty())
887 resolvePrevailingInIndex(Index, ResolvedODR, GUIDPreservedSymbols,
893 Index, IsExported(ExportLists, GUIDPreservedSymbols),
1029 DenseSet<GlobalValue::GUID> GUIDPreservedSymbols;
1032 GUIDPreservedSymbols);
1036 addUsedSymbolToPreservedGUID(*M, GUIDPreservedSymbols);
1039 computeDeadSymbolsInIndex(*Index, GUIDPreservedSymbols);
1062 GUIDPreservedSymbols.insert(GUID);
1084 resolvePrevailingInIndex(*Index, ResolvedODR, GUIDPreservedSymbols,
1091 IsExported(ExportLists, GUIDPreservedSymbols),
1094 *Index, IsExported(ExportLists, GUIDPreservedSymbols),
1180 ExportList, GUIDPreservedSymbols,