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