Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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.h179 GlobalValue::GUID getGUID() const { return getRef()->first; } in getGUID() function