Lines Matching refs:GUIDPreservedSymbols
184 DenseSet<GlobalValue::GUID> GUIDPreservedSymbols(PreservedSymbols.size());
189 GUIDPreservedSymbols.insert(GlobalValue::getGUID(Name));
191 return GUIDPreservedSymbols;
335 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols,
356 if (!ExportList.empty() || !GUIDPreservedSymbols.empty()) {
619 auto GUIDPreservedSymbols =
635 if (ExportList.empty() && GUIDPreservedSymbols.empty())
643 GUIDPreservedSymbols.count(GUID);
727 auto GUIDPreservedSymbols =
744 GUIDPreservedSymbols.count(GUID);
787 DefinedFunctions, GUIDPreservedSymbols);
816 ExportList, GUIDPreservedSymbols,