Searched defs:getGUID (Results 1 – 3 of 3) sorted by relevance
462 static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); } in getGUID() function466 GUID getGUID() const { return getGUID(getGlobalIdentifier()); } in getGUID() function
506 static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); } in getGUID() function510 GUID getGUID() const { return getGUID(getGlobalIdentifier()); } in getGUID() function
178 GlobalValue::GUID getGUID() const { return getRef()->first; } in getGUID() function