LLVM 22.0.0git
BuiltinCASContext.h File Reference

Go to the source code of this file.

Classes

class  llvm::cas::builtin::BuiltinCASContext
 CASContext for LLVM builtin CAS using BLAKE3 hash type. More...

Namespaces

namespace  llvm
 This is an optimization pass for GlobalISel generic memory operations.
namespace  llvm::cas
namespace  llvm::cas::builtin

Typedefs

using llvm::cas::builtin::HasherT = BLAKE3
 Current hash type for the builtin CAS.
using llvm::cas::builtin::HashType = decltype(HasherT::hash(std::declval<ArrayRef<uint8_t> &>()))