Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ProfileData/
H A DMemProf.cpp73 GlobalValue::GUID IndexedMemProfRecord::getGUID(const StringRef FunctionName) { in getGUID() function in llvm::memprof::IndexedMemProfRecord
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h180 GlobalValue::GUID getGUID() const { return getRef()->first; } in getGUID() function
H A DGlobalValue.h571 static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); } in getGUID() function
575 GUID getGUID() const { return getGUID(getGlobalIdentifier()); } in getGUID() function