Lines Matching defs:GUIDPreservedSymbols
323 DenseSet<GlobalValue::GUID> GUIDPreservedSymbols(PreservedSymbols.size());
325 GUIDPreservedSymbols);
326 return GUIDPreservedSymbols;
437 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols,
465 if (!ExportList.empty() || !GUIDPreservedSymbols.empty()) {
516 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols,
537 GUIDPreservedSymbols);
629 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols;
633 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols)
634 : ExportLists(ExportLists), GUIDPreservedSymbols(GUIDPreservedSymbols) {}
639 GUIDPreservedSymbols.count(VI.getGUID());
661 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols) {
668 computeDeadSymbolsWithConstProp(Index, GUIDPreservedSymbols, isPrevailing,
686 auto GUIDPreservedSymbols = computeGUIDPreservedSymbols(
690 addUsedSymbolToPreservedGUID(File, GUIDPreservedSymbols);
693 computeDeadSymbolsInIndex(Index, GUIDPreservedSymbols);
708 resolvePrevailingInIndex(Index, ResolvedODR, GUIDPreservedSymbols,
718 Index, IsExported(ExportLists, GUIDPreservedSymbols),
739 auto GUIDPreservedSymbols = computeGUIDPreservedSymbols(
742 addUsedSymbolToPreservedGUID(File, GUIDPreservedSymbols);
745 computeDeadSymbolsInIndex(Index, GUIDPreservedSymbols);
779 auto GUIDPreservedSymbols = computeGUIDPreservedSymbols(
782 addUsedSymbolToPreservedGUID(File, GUIDPreservedSymbols);
785 computeDeadSymbolsInIndex(Index, GUIDPreservedSymbols);
817 auto GUIDPreservedSymbols = computeGUIDPreservedSymbols(
820 addUsedSymbolToPreservedGUID(File, GUIDPreservedSymbols);
823 computeDeadSymbolsInIndex(Index, GUIDPreservedSymbols);
864 auto GUIDPreservedSymbols =
867 addUsedSymbolToPreservedGUID(File, GUIDPreservedSymbols);
874 computeDeadSymbolsInIndex(Index, GUIDPreservedSymbols);
890 if (ExportList.empty() && GUIDPreservedSymbols.empty())
895 resolvePrevailingInIndex(Index, ResolvedODR, GUIDPreservedSymbols,
901 Index, IsExported(ExportLists, GUIDPreservedSymbols),
1037 DenseSet<GlobalValue::GUID> GUIDPreservedSymbols;
1040 GUIDPreservedSymbols);
1044 addUsedSymbolToPreservedGUID(*M, GUIDPreservedSymbols);
1047 computeDeadSymbolsInIndex(*Index, GUIDPreservedSymbols);
1073 GUIDPreservedSymbols.insert(GUID);
1095 resolvePrevailingInIndex(*Index, ResolvedODR, GUIDPreservedSymbols,
1102 IsExported(ExportLists, GUIDPreservedSymbols),
1105 *Index, IsExported(ExportLists, GUIDPreservedSymbols),
1191 ExportList, GUIDPreservedSymbols,