Home
last modified time | relevance | path

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

/llvm-project/llvm/include/llvm/IR/
H A DModuleSummaryIndex.h192 GlobalValue::GUID getGUID() const { return getRef()->first; } getGUID() function
[all...]
H A DGlobalValue.h595 GUID getGUID() const { return getGUID(getGlobalIdentifier()); } getGUID() function
/llvm-project/llvm/lib/ProfileData/
H A DMemProf.cpp360 GlobalValue::GUID IndexedMemProfRecord::getGUID(const StringRef FunctionName) { getGUID() function in llvm::memprof::IndexedMemProfRecord
/llvm-project/llvm/lib/IR/
H A DGlobals.cpp75 GlobalValue::GUID GlobalValue::getGUID(StringRef GlobalName) { in getGUID() function in GlobalValue