/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
H A D | GlobalValue.h | 462 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 D | GlobalValue.h | 445 static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); } in getGUID() function 449 GUID getGUID() const { return getGUID(getGlobalIdentifier()); } in getGUID() function
|
H A D | ModuleSummaryIndex.h | 74 GlobalValue::GUID getGUID() const { in getGUID() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | GlobalValue.h | 506 static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); } in getGUID() function 510 GUID getGUID() const { return getGUID(getGlobalIdentifier()); } in getGUID() function
|
H A D | ModuleSummaryIndex.h | 178 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 D | GlobalValue.h | 587 static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); } in getGUID() function 591 GUID getGUID() const { return getGUID(getGlobalIdentifier()); } in getGUID() function
|
H A D | ModuleSummaryIndex.h | 182 GlobalValue::GUID getGUID() const { return getRef()->first; } in getGUID() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/ |
D | GlobalValue.h | 590 static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); } in getGUID() function 594 GUID getGUID() const { return getGUID(getGlobalIdentifier()); } in getGUID() function
|
D | ModuleSummaryIndex.h | 192 GlobalValue::GUID getGUID() const { return getRef()->first; } in getGUID() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/ |
D | GlobalValue.h | 591 static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); } in getGUID() function 595 GUID getGUID() const { return getGUID(getGlobalIdentifier()); } in getGUID() function
|
D | ModuleSummaryIndex.h | 192 GlobalValue::GUID getGUID() const { return getRef()->first; } in getGUID() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/ |
D | GlobalValue.h | 591 static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); } in getGUID() function 595 GUID getGUID() const { return getGUID(getGlobalIdentifier()); } in getGUID() function
|
D | ModuleSummaryIndex.h | 192 GlobalValue::GUID getGUID() const { return getRef()->first; } in getGUID() function
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/ |
D | GlobalValue.h | 590 static GUID getGUID(StringRef GlobalName) { return MD5Hash(GlobalName); } in getGUID() function 594 GUID getGUID() const { return getGUID(getGlobalIdentifier()); } in getGUID() function
|
D | ModuleSummaryIndex.h | 192 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 D | MemProf.cpp | 73 GlobalValue::GUID IndexedMemProfRecord::getGUID(const StringRef FunctionName) { in getGUID() function in llvm::memprof::IndexedMemProfRecord
|