Home
last modified time | relevance | path

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

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