Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h507 static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); } in getGUID() function
511 GUID getGUID() const { return getGUID(getGlobalIdentifier()); } in getGUID() function
H A DModuleSummaryIndex.h181 GlobalValue::GUID getGUID() const { return getRef()->first; } in getGUID() function