Home
last modified time | relevance | path

Searched refs:fixed_value (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DHashing.cpp26 void llvm::set_fixed_execution_hash_seed(uint64_t fixed_value) { in set_fixed_execution_hash_seed() argument
27 hashing::detail::fixed_seed_override = fixed_value; in set_fixed_execution_hash_seed()
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DHashing.h143 void set_fixed_execution_hash_seed(uint64_t fixed_value);