Home
last modified time | relevance | path

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

/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-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/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DGlobalValue.h506 static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); } in getGUID() function
510 GUID getGUID() const { return getGUID(getGlobalIdentifier()); } in getGUID() function
DModuleSummaryIndex.h178 GlobalValue::GUID getGUID() const { return getRef()->first; } in getGUID() function
/external/llvm-project/llvm/include/llvm/IR/
DGlobalValue.h507 static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); } in getGUID() function
511 GUID getGUID() const { return getGUID(getGlobalIdentifier()); } in getGUID() function
DModuleSummaryIndex.h179 GlobalValue::GUID getGUID() const { return getRef()->first; } in getGUID() function