Home
last modified time | relevance | path

Searched defs:getGUID (Results 1 – 2 of 2) 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