Searched defs:getGUID (Results 1 – 3 of 3) sorted by relevance
73 GlobalValue::GUID IndexedMemProfRecord::getGUID(const StringRef FunctionName) { in getGUID() function in llvm::memprof::IndexedMemProfRecord
587 static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); } in getGUID() function591 GUID getGUID() const { return getGUID(getGlobalIdentifier()); } in getGUID() function
182 GlobalValue::GUID getGUID() const { return getRef()->first; } in getGUID() function