Home
last modified time | relevance | path

Searched refs:getGUID (Results 1 – 9 of 9) sorted by relevance

/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp138 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 …]
/external/llvm/include/llvm/IR/
DModuleSummaryIndex.h74 GlobalValue::GUID getGUID() const { in getGUID() function
356 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()),
DGlobalValue.h445 static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); } in getGUID() function
449 GUID getGUID() const { return getGUID(getGlobalIdentifier()); } in getGUID() function
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DGlobalValue.h462 static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); } in getGUID() function
466 GUID getGUID() const { return getGUID(getGlobalIdentifier()); } in getGUID() function
/external/llvm/lib/LTO/
DThinLTOCodeGenerator.cpp189 GUIDPreservedSymbols.insert(GlobalValue::getGUID(Name)); in computeGUIDPreservedSymbols()
/external/llvm/lib/ProfileData/
DInstrProf.cpp232 MD5FuncMap.emplace_back(Function::getGUID(PGOFuncName), &F); in create()
/external/llvm/lib/Bitcode/Writer/
DBitcodeWriter.cpp3452 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()
/external/llvm/tools/gold/
Dgold-plugin.cpp1350 GlobalValue::GUID SymGUID = GlobalValue::getGUID(Sym.name); in thinLTOLink()
/external/llvm/lib/Bitcode/Reader/
DBitcodeReader.cpp5909 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()