HomeSort by relevance Sort by last modified time
    Searched refs:getGUID (Results 1 - 8 of 8) sorted by null

  /external/llvm/lib/Transforms/IPO/
FunctionImport.cpp 138 return canBeExternallyReferenced(Index, VI.getGUID());
146 return canBeExternallyReferenced(Index, Edge.first.getGUID());
252 auto GUID = Ref.getGUID();
272 auto GUID = Edge.first.getGUID();
319 auto CalleeGUID = Edge.first.getGUID();
323 auto GUID = Ref.getGUID();
483 const auto &GS = DefinedGlobals.find(GV.getGUID());
524 const auto &GS = DefinedGlobals.find(GV.getGUID());
537 const auto &GS = DefinedGlobals.find(GlobalValue::getGUID(OrigId));
545 const auto &GS = DefinedGlobals.find(GlobalValue::getGUID(OrigName))
    [all...]
  /external/llvm/include/llvm/IR/
ModuleSummaryIndex.h 74 GlobalValue::GUID getGUID() const {
356 return GlobalValueMap[GlobalValue::getGUID(ValueName)];
362 return GlobalValueMap.find(GlobalValue::getGUID(ValueName));
374 GlobalValueMap[GlobalValue::getGUID(ValueName)].push_back(
407 return getGlobalValueSummary(GlobalValue::getGUID(GV.getName()),
GlobalValue.h 445 static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); }
449 GUID getGUID() const { return getGUID(getGlobalIdentifier()); }
  /external/llvm/lib/LTO/
ThinLTOCodeGenerator.cpp 189 GUIDPreservedSymbols.insert(GlobalValue::getGUID(Name));
  /external/llvm/lib/ProfileData/
InstrProf.cpp 232 MD5FuncMap.emplace_back(Function::getGUID(PGOFuncName), &F);
  /external/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp     [all...]
  /external/llvm/tools/gold/
gold-plugin.cpp     [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp     [all...]

Completed in 254 milliseconds