Searched refs:GUIDPreservedSymbols (Results 1 – 1 of 1) sorted by relevance
184 DenseSet<GlobalValue::GUID> GUIDPreservedSymbols(PreservedSymbols.size()); in computeGUIDPreservedSymbols() local189 GUIDPreservedSymbols.insert(GlobalValue::getGUID(Name)); in computeGUIDPreservedSymbols()191 return GUIDPreservedSymbols; in computeGUIDPreservedSymbols()335 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, in ProcessThinLTOModule() argument356 if (!ExportList.empty() || !GUIDPreservedSymbols.empty()) { in ProcessThinLTOModule()619 auto GUIDPreservedSymbols = in internalize() local635 if (ExportList.empty() && GUIDPreservedSymbols.empty()) in internalize()643 GUIDPreservedSymbols.count(GUID); in internalize()727 auto GUIDPreservedSymbols = in run() local744 GUIDPreservedSymbols.count(GUID); in run()[all …]