Home
last modified time | relevance | path

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

/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/
DGlobalValue.h591 static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); } in getGUID() function
595 GUID getGUID() const { return getGUID(getGlobalIdentifier()); } in getGUID() function
DModuleSummaryIndex.h192 GlobalValue::GUID getGUID() const { return getRef()->first; } in getGUID() function
/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/
DGlobalValue.h591 static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); } in getGUID() function
595 GUID getGUID() const { return getGUID(getGlobalIdentifier()); } in getGUID() function
DModuleSummaryIndex.h192 GlobalValue::GUID getGUID() const { return getRef()->first; } in getGUID() function
/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/
DGlobalValue.h590 static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); } in getGUID() function
594 GUID getGUID() const { return getGUID(getGlobalIdentifier()); } in getGUID() function
DModuleSummaryIndex.h192 GlobalValue::GUID getGUID() const { return getRef()->first; } in getGUID() function
/prebuilts/clang/host/linux-x86/clang-r547379/include/llvm/IR/
DModuleSummaryIndex.h193 GlobalValue::GUID getGUID() const { return getRef()->first; } in getGUID() function
DGlobalValue.h595 GUID getGUID() const { return getGUID(getGlobalIdentifier()); } in getGUID() function