LLVM 23.0.0git
xxhash.h File Reference
#include "llvm/Support/Compiler.h"
#include <cstddef>
#include <cstdint>

Go to the source code of this file.

Classes

struct  llvm::XXH128_hash_t
 The return value from 128-bit hashes. More...

Namespaces

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

Functions

LLVM_ABI uint64_t llvm::xxh3_64bits (const uint8_t *data, size_t len)
 XXH3's 64-bit variant.
LLVM_ABI XXH128_hash_t llvm::xxh3_128bits (const uint8_t *data, size_t len)
 XXH3's 128-bit variant.