Home
last modified time | relevance | path

Searched defs:Sha1 (Results 1 – 4 of 4) sorted by relevance

/llvm-project/lld/wasm/
H A DConfig.h39 enum class BuildIdKind { None, Fast, Sha1, Hexstring, Uuid }; global() enumerator
/llvm-project/compiler-rt/lib/fuzzer/
H A DFuzzerCorpus.h32 uint8_t Sha1[kSHA1NumBytes]; // Checksum. member
H A DFuzzerLoop.cpp484 std::string Sha1 = Sha1ToString(II->Sha1); in WriteEdgeToMutationGraphFile() local
/llvm-project/lld/ELF/
H A DConfig.h60 enum class BuildIdKind { None, Fast, Md5, Sha1, Hexstring, Uuid }; global() enumerator