Lines Matching refs:getGUID
162 auto GUID = VI.getGUID(); in computeLTOCacheKey()
241 AddUsedCfiGlobal(VI.getGUID()); in computeLTOCacheKey()
260 AddUsedCfiGlobal(ET.first.getGUID()); in computeLTOCacheKey()
375 if (isPrevailing(VI.getGUID(), S.get())) { in thinLTOResolvePrevailingGUID()
389 !GUIDPreservedSymbols.count(VI.getGUID())); in thinLTOResolvePrevailingGUID()
406 recordNewLinkage(S->modulePath(), VI.getGUID(), S->linkage()); in thinLTOResolvePrevailingGUID()
520 if (isPrevailing(VI.getGUID(), S.get()) && ExternallyVisibleCopies == 1) in thinLTOInternalizeAndPromoteGUID()
962 if (LivenessFromIndex && !ThinLTO.CombinedIndex.isGUIDLive(GV->getGUID())) { in linkRegularLTO()
1005 auto GUID = GlobalValue::getGUID(GlobalValue::getGlobalIdentifier( in addThinLTO()
1026 auto GUID = GlobalValue::getGUID(GlobalValue::getGlobalIdentifier( in addThinLTO()
1136 GlobalValue::GUID GUID = GlobalValue::getGUID( in run()
1436 GlobalValue::getGUID(GlobalValue::dropLLVMManglingEscape(Name))); in InProcessThinBackend()
1439 GlobalValue::getGUID(GlobalValue::dropLLVMManglingEscape(Name))); in InProcessThinBackend()
1756 auto GUID = GlobalValue::getGUID( in runThinLTO()
1777 GlobalValue::getGUID(GlobalValue::dropLLVMManglingEscape(Def))); in runThinLTO()
1780 GlobalValue::getGUID(GlobalValue::dropLLVMManglingEscape(Decl))); in runThinLTO()
1785 ExportedGUIDs.count(VI.getGUID()); in runThinLTO()