Lines Matching refs:getGUID
150 auto GUID = VI.getGUID(); in computeLTOCacheKey()
214 AddUsedCfiGlobal(VI.getGUID()); in computeLTOCacheKey()
233 AddUsedCfiGlobal(ET.first.getGUID()); in computeLTOCacheKey()
347 if (isPrevailing(VI.getGUID(), S.get())) { in thinLTOResolvePrevailingGUID()
361 !GUIDPreservedSymbols.count(VI.getGUID())); in thinLTOResolvePrevailingGUID()
378 recordNewLinkage(S->modulePath(), VI.getGUID(), S->linkage()); in thinLTOResolvePrevailingGUID()
441 isPrevailing(VI.getGUID(), S.get())) && in thinLTOInternalizeAndPromoteGUID()
857 if (LivenessFromIndex && !ThinLTO.CombinedIndex.isGUIDLive(GV->getGUID())) { in linkRegularLTO()
901 auto GUID = GlobalValue::getGUID(GlobalValue::getGlobalIdentifier( in addThinLTO()
1005 GlobalValue::GUID GUID = GlobalValue::getGUID( in run()
1198 GlobalValue::getGUID(GlobalValue::dropLLVMManglingEscape(Name))); in InProcessThinBackend()
1201 GlobalValue::getGUID(GlobalValue::dropLLVMManglingEscape(Name))); in InProcessThinBackend()
1471 auto GUID = GlobalValue::getGUID( in runThinLTO()
1482 GlobalValue::getGUID(GlobalValue::dropLLVMManglingEscape(Def))); in runThinLTO()
1485 GlobalValue::getGUID(GlobalValue::dropLLVMManglingEscape(Decl))); in runThinLTO()
1490 ExportedGUIDs.count(VI.getGUID()); in runThinLTO()