Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
H A DGlobalValue.h462 static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); } in getGUID() function
466 GUID getGUID() const { return getGUID(getGlobalIdentifier()); } in getGUID() function
/aosp_15_r20/external/llvm/include/llvm/IR/
H A DGlobalValue.h445 static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); } in getGUID() function
449 GUID getGUID() const { return getGUID(getGlobalIdentifier()); } in getGUID() function
H A DModuleSummaryIndex.h74 GlobalValue::GUID getGUID() const { in getGUID() function
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DGlobalValue.h506 static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); } in getGUID() function
510 GUID getGUID() const { return getGUID(getGlobalIdentifier()); } in getGUID() function
H A DModuleSummaryIndex.h178 GlobalValue::GUID getGUID() const { return getRef()->first; } in getGUID() function
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/
H A DGlobalValue.h587 static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); } in getGUID() function
591 GUID getGUID() const { return getGUID(getGlobalIdentifier()); } in getGUID() function
H A DModuleSummaryIndex.h182 GlobalValue::GUID getGUID() const { return getRef()->first; } in getGUID() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/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
/aosp_15_r20/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
/aosp_15_r20/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
/aosp_15_r20/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
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/ProfileData/
H A DMemProf.cpp73 GlobalValue::GUID IndexedMemProfRecord::getGUID(const StringRef FunctionName) { in getGUID() function in llvm::memprof::IndexedMemProfRecord