Searched refs:getGUID (Results 1 – 9 of 9) sorted by relevance
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()[all …]
74 GlobalValue::GUID getGUID() const { in getGUID() function356 return GlobalValueMap[GlobalValue::getGUID(ValueName)]; in getGlobalValueSummaryList()362 return GlobalValueMap.find(GlobalValue::getGUID(ValueName)); in findGlobalValueSummaryList()374 GlobalValueMap[GlobalValue::getGUID(ValueName)].push_back( in addGlobalValueSummary()407 return getGlobalValueSummary(GlobalValue::getGUID(GV.getName()),
445 static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); } in getGUID() function449 GUID getGUID() const { return getGUID(getGlobalIdentifier()); } in getGUID() function
462 static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); } in getGUID() function466 GUID getGUID() const { return getGUID(getGlobalIdentifier()); } in getGUID() function
189 GUIDPreservedSymbols.insert(GlobalValue::getGUID(Name)); in computeGUIDPreservedSymbols()
232 MD5FuncMap.emplace_back(Function::getGUID(PGOFuncName), &F); in create()
3452 NameVals.push_back(getValueId(RI.getGUID())); in writeCombinedGlobalValueSummary()3471 NameVals.push_back(getValueId(RI.getGUID())); in writeCombinedGlobalValueSummary()3484 if (!hasValueId(EI.first.getGUID())) in writeCombinedGlobalValueSummary()3486 NameVals.push_back(getValueId(EI.first.getGUID())); in writeCombinedGlobalValueSummary()
1350 GlobalValue::GUID SymGUID = GlobalValue::getGUID(Sym.name); in thinLTOLink()
5909 auto ValueGUID = GlobalValue::getGUID(GlobalId); in parseValueSymbolTable()5912 OriginalNameID = GlobalValue::getGUID(ValueName); in parseValueSymbolTable()5933 auto FunctionGUID = GlobalValue::getGUID(FunctionGlobalId); in parseValueSymbolTable()5936 OriginalNameID = GlobalValue::getGUID(ValueName); in parseValueSymbolTable()