Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h177 GlobalValue::GUID getGUID() const { return getRef()->first; } in getGUID() function
H A DGlobalValue.h497 static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); } in getGUID() function
501 GUID getGUID() const { return getGUID(getGlobalIdentifier()); } in getGUID() function
/freebsd-12.1/contrib/llvm/lib/Transforms/IPO/
H A DFunctionImport.cpp605 static GlobalValue::GUID getGUID(GlobalValue::GUID G) { return G; } in getGUID() function