Lines Matching refs:GUID
119 DenseMap<GlobalValue::GUID, const GlobalValueSummary *> &PrevailingCopy) { in computePrevailingCopies() argument
181 static DenseSet<GlobalValue::GUID>
184 DenseSet<GlobalValue::GUID> GUIDPreservedSymbols(PreservedSymbols.size()); in computeGUIDPreservedSymbols()
230 const std::map<GlobalValue::GUID, GlobalValue::LinkageTypes> &ResolvedODR, in ModuleCacheEntry() argument
232 const DenseSet<GlobalValue::GUID> &PreservedSymbols) { in ModuleCacheEntry()
265 sizeof(GlobalValue::GUID))); in ModuleCacheEntry()
274 ArrayRef<uint8_t>((const uint8_t *)&Entry, sizeof(GlobalValue::GUID))); in ModuleCacheEntry()
335 const DenseSet<GlobalValue::GUID> &GUIDPreservedSymbols, in ProcessThinLTOModule()
396 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> in resolveWeakForLinkerInIndex() argument
399 DenseMap<GlobalValue::GUID, const GlobalValueSummary *> PrevailingCopy; in resolveWeakForLinkerInIndex()
402 auto isPrevailing = [&](GlobalValue::GUID GUID, const GlobalValueSummary *S) { in resolveWeakForLinkerInIndex() argument
403 const auto &Prevailing = PrevailingCopy.find(GUID); in resolveWeakForLinkerInIndex()
411 GlobalValue::GUID GUID, in resolveWeakForLinkerInIndex()
413 ResolvedODR[ModuleIdentifier][GUID] = NewLinkage; in resolveWeakForLinkerInIndex()
531 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> ResolvedODR; in promote()
639 auto isExported = [&](StringRef ModuleIdentifier, GlobalValue::GUID GUID) { in internalize() argument
642 ExportList->second.count(GUID)) || in internalize()
643 GUIDPreservedSymbols.count(GUID); in internalize()
734 StringMap<std::map<GlobalValue::GUID, GlobalValue::LinkageTypes>> ResolvedODR; in run()
740 auto isExported = [&](StringRef ModuleIdentifier, GlobalValue::GUID GUID) { in run() argument
743 ExportList->second.count(GUID)) || in run()
744 GUIDPreservedSymbols.count(GUID); in run()