Searched defs:MD5 (Results 1 – 12 of 12) sorted by relevance
/llvm-project/llvm/unittests/Support/ |
H A D | MD5Test.cpp | 42 TEST(MD5Test, MD5) { in TEST() argument 60 TEST(MD5HashTest, MD5) { in TEST() argument
|
H A D | Path.cpp | 1400 TEST_F(FileSystemTest,MD5) TEST_F() argument
|
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/google/ |
H A D | objc-function-naming.m | 45 static const char *MD5(const char *str) { return 0; } function
|
/llvm-project/clang/include/clang/Frontend/ |
H A D | PrecompiledPreamble.h | 154 llvm::MD5::MD5Result MD5 = {}; member
|
/llvm-project/clang/unittests/AST/ |
H A D | DataCollectionTest.cpp | 65 llvm::MD5 MD5; in run() local
|
/llvm-project/clang/tools/driver/ |
H A D | cc1gen_reproducer_main.cpp | 35 std::string MD5; member
|
/llvm-project/lldb/source/Plugins/Platform/MacOSX/ |
H A D | PlatformDarwinDevice.cpp | 408 auto MD5 = llvm::sys::fs::md5_contents(module_cache_spec.GetPath()); in GetSharedModuleWithLocalCache() local
|
/llvm-project/llvm/include/llvm/DebugInfo/PDB/ |
H A D | PDBTypes.h | 119 enum class PDB_Checksum { None = 0, MD5 = 1, SHA1 = 2, SHA256 = 3 }; enumerator
|
/llvm-project/llvm/include/llvm/ProfileData/ |
H A D | InstrProf.h | 1057 MD5, global() enumerator [all...] |
/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenPGO.cpp | 83 llvm::MD5 MD5; global() member in __anon1db3d28c0111::PGOHash [all...] |
/llvm-project/llvm/lib/Demangle/ |
H A D | MicrosoftDemangle.cpp | 825 std::string_view MD5(Start, Count); demangleMD5Name() local
|
/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeView.h | 576 enum class FileChecksumKind : uint8_t { None, MD5, SHA1, SHA256 }; enumerator
|