Lines Matching refs:getGUID
138 return canBeExternallyReferenced(Index, VI.getGUID()); in eligibleForImport()
146 return canBeExternallyReferenced(Index, Edge.first.getGUID()); in eligibleForImport()
252 auto GUID = Ref.getGUID(); in exportGlobalInModule()
272 auto GUID = Edge.first.getGUID(); in computeImportForFunction()
319 auto CalleeGUID = Edge.first.getGUID(); in computeImportForFunction()
323 auto GUID = Ref.getGUID(); in computeImportForFunction()
483 const auto &GS = DefinedGlobals.find(GV.getGUID()); in thinLTOResolveWeakForLinkerModule()
524 const auto &GS = DefinedGlobals.find(GV.getGUID()); in thinLTOInternalizeModule()
537 const auto &GS = DefinedGlobals.find(GlobalValue::getGUID(OrigId)); in thinLTOInternalizeModule()
545 const auto &GS = DefinedGlobals.find(GlobalValue::getGUID(OrigName)); in thinLTOInternalizeModule()
597 auto GUID = F.getGUID(); in importFunctions()
619 auto GUID = GV.getGUID(); in importFunctions()
632 auto GUID = GA.getGUID(); in importFunctions()
647 DEBUG(dbgs() << " alias triggers importing aliasee " << GO->getGUID() in importFunctions()