Searched defs:getGUID (Results 1 – 4 of 4) sorted by relevance
/llvm-project/llvm/include/llvm/IR/ | ||
H A D | ModuleSummaryIndex.h | 192 GlobalValue::GUID getGUID() const { return getRef()->first; } getGUID() function |
H A D | GlobalValue.h | 595 GUID getGUID() const { return getGUID(getGlobalIdentifier()); } getGUID() function |
/llvm-project/llvm/lib/ProfileData/ | ||
H A D | MemProf.cpp | 360 GlobalValue::GUID IndexedMemProfRecord::getGUID(const StringRef FunctionName) { getGUID() function in llvm::memprof::IndexedMemProfRecord |
/llvm-project/llvm/lib/IR/ | ||
H A D | Globals.cpp | 75 GlobalValue::GUID GlobalValue::getGUID(StringRef GlobalName) { in getGUID() function in GlobalValue |