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.h197 GlobalValue::GUID getGUID() const { return getRef()->first; } in getGUID() function
H A DGlobalValue.h600 GUID getGUID() const { in getGUID() function
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DMemProf.cpp344 GlobalValue::GUID getGUID(const StringRef FunctionName) { in getGUID() function
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DCtxProfAnalysis.cpp436 GlobalValue::GUID AssignGUIDPass::getGUID(const Function &F) { in getGUID() function in AssignGUIDPass