Home
last modified time | relevance | path

Searched defs:getGUID (Results 1 – 6 of 6) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DModuleSummaryIndex.h160 GlobalValue::GUID getGUID() const { return getRef()->first; } in getGUID() function
DGlobalValue.h496 static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); } in getGUID() function
500 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/include/llvm/IR/
DGlobalValue.h445 static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); } in getGUID() function
449 GUID getGUID() const { return getGUID(getGlobalIdentifier()); } in getGUID() function
DModuleSummaryIndex.h74 GlobalValue::GUID getGUID() const { in getGUID() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp476 static GlobalValue::GUID getGUID(GlobalValue::GUID G) { return G; } in getGUID() function