Searched defs:getGUID (Results 1 – 3 of 3) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/ | ||
H A D | MemProf.cpp | 78 GlobalValue::GUID IndexedMemProfRecord::getGUID(const StringRef FunctionName) { getGUID() function in llvm::memprof::IndexedMemProfRecord |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/ | ||
H A D | GlobalValue.h | 590 static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); } getGUID() function |
H A D | ModuleSummaryIndex.h | 192 GlobalValue::GUID getGUID() const { return getRef()->first; } getGUID() function |