Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DMemProf.cpp73 GlobalValue::GUID IndexedMemProfRecord::getGUID(const StringRef FunctionName) { in getGUID() function in llvm::memprof::IndexedMemProfRecord
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DGlobalValue.h587 static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); } in getGUID() function
591 GUID getGUID() const { return getGUID(getGlobalIdentifier()); } in getGUID() function
H A DModuleSummaryIndex.h182 GlobalValue::GUID getGUID() const { return getRef()->first; } in getGUID() function