Home
last modified time | relevance | path

Searched refs:HashAlgorithm (Results 1 – 9 of 9) sorted by relevance

/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypeHashing.cpp29 io.mapRequired("HashAlgorithm", DebugH.HashAlgorithm); in mapping()
54 cantFail(Reader.readInteger(DHS.HashAlgorithm)); in fromDebugH()
74 cantFail(Writer.writeInteger(DebugH.HashAlgorithm)); in toDebugH()
/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dchunk.h21 extern Checksum HashAlgorithm;
34 if (HashAlgorithm == Checksum::HardwareCRC32) { in computeChecksum()
H A Dchecksum.cpp28 Checksum HashAlgorithm = {Checksum::BSD}; variable
H A Dcombined.h151 HashAlgorithm = Checksum::HardwareCRC32; in init()
/llvm-project/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLTypeHashing.h45 uint16_t HashAlgorithm; member
/llvm-project/compiler-rt/lib/scudo/standalone/tests/
H A Dchunk_test.cpp21 scudo::HashAlgorithm = scudo::Checksum::HardwareCRC32; in initChecksum()
/llvm-project/llvm/test/DebugInfo/COFF/
H A Dglobal-type-hashes.ll309 ; YAML: HashAlgorithm: 2
/llvm-project/lld/COFF/
H A DDebugTypes.cpp285 header->HashAlgorithm == uint16_t(GlobalTypeHashAlg::BLAKE3) && in canUseDebugH()
/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h845 support::ulittle16_t HashAlgorithm;
832 support::ulittle16_t HashAlgorithm; global() member