Lines Matching refs:getGUID
170 ExportsGUID.push_back(VI.getGUID()); in computeLTOCacheKey()
253 AddUsedCfiGlobal(VI.getGUID()); in computeLTOCacheKey()
272 AddUsedCfiGlobal(ET.first.getGUID()); in computeLTOCacheKey()
387 if (isPrevailing(VI.getGUID(), S.get())) { in thinLTOResolvePrevailingGUID()
401 !GUIDPreservedSymbols.count(VI.getGUID())); in thinLTOResolvePrevailingGUID()
418 recordNewLinkage(S->modulePath(), VI.getGUID(), S->linkage()); in thinLTOResolvePrevailingGUID()
532 if (isPrevailing(VI.getGUID(), S.get()) && ExternallyVisibleCopies == 1) in thinLTOInternalizeAndPromoteGUID()
976 if (LivenessFromIndex && !ThinLTO.CombinedIndex.isGUIDLive(GV->getGUID())) { in linkRegularLTO()
1019 auto GUID = GlobalValue::getGUID(GlobalValue::getGlobalIdentifier( in addThinLTO()
1040 auto GUID = GlobalValue::getGUID(GlobalValue::getGlobalIdentifier( in addThinLTO()
1150 GlobalValue::GUID GUID = GlobalValue::getGUID( in run()
1453 GlobalValue::getGUID(GlobalValue::dropLLVMManglingEscape(Name))); in InProcessThinBackend()
1456 GlobalValue::getGUID(GlobalValue::dropLLVMManglingEscape(Name))); in InProcessThinBackend()
1788 auto GUID = GlobalValue::getGUID( in runThinLTO()
1809 GlobalValue::getGUID(GlobalValue::dropLLVMManglingEscape(Def))); in runThinLTO()
1812 GlobalValue::getGUID(GlobalValue::dropLLVMManglingEscape(Decl))); in runThinLTO()
1817 ExportedGUIDs.count(VI.getGUID()); in runThinLTO()