Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypeHashing.cpp31 io.mapRequired("HashAlgorithm", DebugH.HashAlgorithm); in mapping()
56 cantFail(Reader.readInteger(DHS.HashAlgorithm)); in fromDebugH()
76 cantFail(Writer.writeInteger(DebugH.HashAlgorithm)); in toDebugH()
/llvm-project-15.0.7/llvm/test/ObjectYAML/CodeView/
H A Dsections.yaml24 HashAlgorithm: 1
77 # CHECK: HashAlgorithm: 1
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/
H A Dchunk.h21 extern Checksum HashAlgorithm;
34 if (HashAlgorithm == Checksum::HardwareCRC32) { in computeChecksum()
H A Dchecksum.cpp26 Checksum HashAlgorithm = {Checksum::BSD}; variable
H A Dcombined.h141 HashAlgorithm = Checksum::HardwareCRC32; in init()
/llvm-project-15.0.7/llvm/include/llvm/ObjectYAML/
H A DCodeViewYAMLTypeHashing.h45 uint16_t HashAlgorithm; member
/llvm-project-15.0.7/compiler-rt/lib/scudo/standalone/tests/
H A Dchunk_test.cpp21 scudo::HashAlgorithm = scudo::Checksum::HardwareCRC32; in initChecksum()
/llvm-project-15.0.7/compiler-rt/lib/scudo/
H A Dscudo_allocator.cpp45 static atomic_uint8_t HashAlgorithm = { CRC32Software }; variable
58 if (atomic_load_relaxed(&HashAlgorithm) == CRC32Hardware) { in computeCRC32()
263 atomic_store_relaxed(&HashAlgorithm, CRC32Hardware); in init()
/llvm-project-15.0.7/lld/test/COFF/Inputs/
H A Dpdb-hashes-2.yaml250 HashAlgorithm: 1
H A Dpdb-hashes-1.yaml316 HashAlgorithm: 1
/llvm-project-15.0.7/llvm/test/DebugInfo/COFF/
H A Dglobal-type-hashes.ll277 ; YAML: HashAlgorithm: 1
/llvm-project-15.0.7/lld/COFF/
H A DDebugTypes.cpp278 header->HashAlgorithm == uint16_t(GlobalTypeHashAlg::SHA1_8) && in canUseDebugH()
/llvm-project-15.0.7/llvm/include/llvm/Object/
H A DCOFF.h796 support::ulittle16_t HashAlgorithm; member