Searched defs:getGUID (Results 1 – 6 of 6) sorted by relevance
160 GlobalValue::GUID getGUID() const { return getRef()->first; } in getGUID() function
496 static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); } in getGUID() function500 GUID getGUID() const { return getGUID(getGlobalIdentifier()); } in getGUID() function
462 static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); } in getGUID() function466 GUID getGUID() const { return getGUID(getGlobalIdentifier()); } in getGUID() function
445 static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); } in getGUID() function449 GUID getGUID() const { return getGUID(getGlobalIdentifier()); } in getGUID() function
74 GlobalValue::GUID getGUID() const { in getGUID() function
476 static GlobalValue::GUID getGUID(GlobalValue::GUID G) { return G; } in getGUID() function