Home
last modified time | relevance | path

Searched full:hashalgorithm (Results 1 – 12 of 12) 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/llvm/test/ObjectYAML/CodeView/
H A Dsections.yaml24 HashAlgorithm: 1
77 # CHECK: HashAlgorithm: 1
/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/lld/test/COFF/Inputs/
H A Dpdb-hashes-2.yaml250 HashAlgorithm: 1
H A Dpdb-hashes-1.yaml316 HashAlgorithm: 1
/llvm-project/llvm/test/DebugInfo/COFF/
H A Dglobal-type-hashes.ll309 ; YAML: HashAlgorithm: 2
/llvm-project/llvm/include/llvm/Object/
H A DCOFF.h845 support::ulittle16_t HashAlgorithm;
832 support::ulittle16_t HashAlgorithm; global() member
/llvm-project/lld/COFF/
H A DDebugTypes.cpp285 header->HashAlgorithm == uint16_t(GlobalTypeHashAlg::BLAKE3) && in canUseDebugH()