Lines Matching refs:getGUID
151 auto GUID = VI.getGUID(); in computeLTOCacheKey()
215 AddUsedCfiGlobal(VI.getGUID()); in computeLTOCacheKey()
234 AddUsedCfiGlobal(ET.first.getGUID()); in computeLTOCacheKey()
348 if (isPrevailing(VI.getGUID(), S.get())) { in thinLTOResolvePrevailingGUID()
362 !GUIDPreservedSymbols.count(VI.getGUID())); in thinLTOResolvePrevailingGUID()
379 recordNewLinkage(S->modulePath(), VI.getGUID(), S->linkage()); in thinLTOResolvePrevailingGUID()
442 isPrevailing(VI.getGUID(), S.get())) && in thinLTOInternalizeAndPromoteGUID()
859 if (LivenessFromIndex && !ThinLTO.CombinedIndex.isGUIDLive(GV->getGUID())) { in linkRegularLTO()
906 auto GUID = GlobalValue::getGUID(GlobalValue::getGlobalIdentifier( in addThinLTO()
1010 GlobalValue::GUID GUID = GlobalValue::getGUID( in run()
1238 GlobalValue::getGUID(GlobalValue::dropLLVMManglingEscape(Name))); in InProcessThinBackend()
1241 GlobalValue::getGUID(GlobalValue::dropLLVMManglingEscape(Name))); in InProcessThinBackend()
1516 auto GUID = GlobalValue::getGUID( in runThinLTO()
1527 GlobalValue::getGUID(GlobalValue::dropLLVMManglingEscape(Def))); in runThinLTO()
1530 GlobalValue::getGUID(GlobalValue::dropLLVMManglingEscape(Decl))); in runThinLTO()
1535 ExportedGUIDs.count(VI.getGUID()); in runThinLTO()