Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/ProfileData/
H A DMemProf.cpp78 GlobalValue::GUID IndexedMemProfRecord::getGUID(const StringRef FunctionName) { getGUID() function in llvm::memprof::IndexedMemProfRecord
/freebsd-src/contrib/llvm-project/llvm/include/llvm/IR/
H A DGlobalValue.h590 static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); } getGUID() function
594 GUID getGUID() const { return getGUID(getGlobalIdentifier()); } getGUID() function
H A DModuleSummaryIndex.h192 GlobalValue::GUID getGUID() const { return getRef()->first; } getGUID() function
[all...]