Home
last modified time | relevance | path

Searched refs:HashBuilder (Results 1 – 14 of 14) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/Tooling/DependencyScanning/
H A DModuleDepCollector.cpp256 llvm::HashBuilder<llvm::TruncatedBLAKE3<16>, in getModuleContextHash()
258 HashBuilder; in getModuleContextHash() local
263 HashBuilder.add(getClangFullRepositoryVersion()); in getModuleContextHash()
264 HashBuilder.add(serialization::VERSION_MAJOR, serialization::VERSION_MINOR); in getModuleContextHash()
271 HashBuilder.add(Str); in getModuleContextHash()
281 HashBuilder.add(ID.ModuleName); in getModuleContextHash()
282 HashBuilder.add(ID.ContextHash); in getModuleContextHash()
285 HashBuilder.add(EagerLoadModules); in getModuleContextHash()
287 llvm::BLAKE3Result<16> Hash = HashBuilder.final(); in getModuleContextHash()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DHashBuilder.h398 using HashBuilder = variable
414 using HashCodeHashBuilder = HashBuilder<hashbuilder_detail::HashCodeHasher,
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1255 llvm::HashBuilder<llvm::TruncatedBLAKE3<8>, llvm::support::endianness::little> in computeStackId()
1256 HashBuilder; in computeStackId() local
1257 HashBuilder.add(Function, LineOffset, Column); in computeStackId()
1258 llvm::BLAKE3Result<8> Hash = HashBuilder.final(); in computeStackId()
/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DCompilerInvocation.cpp4598 llvm::HashBuilder<llvm::MD5, llvm::support::endianness::native> HBuilder; in getModuleHash()
/openbsd-src/distrib/sets/lists/comp/
H A Dclang.amd642427 ./usr/include/llvm/Support/HashBuilder.h
H A Dclang.macppc2426 ./usr/include/llvm/Support/HashBuilder.h
H A Dclang.loongson2426 ./usr/include/llvm/Support/HashBuilder.h
H A Dclang.octeon2426 ./usr/include/llvm/Support/HashBuilder.h
H A Dclang.arm642427 ./usr/include/llvm/Support/HashBuilder.h
H A Dclang.powerpc642425 ./usr/include/llvm/Support/HashBuilder.h
H A Dclang.armv72425 ./usr/include/llvm/Support/HashBuilder.h
H A Dclang.i3862425 ./usr/include/llvm/Support/HashBuilder.h
H A Dclang.sparc642426 ./usr/include/llvm/Support/HashBuilder.h
/openbsd-src/gnu/llvm/clang/docs/tools/
H A Dclang-formatted-files.txt5496 llvm/include/llvm/Support/HashBuilder.h