Home
last modified time | relevance | path

Searched defs:KeyHash (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/bolt/lib/Passes/
H A DIdenticalCodeFolding.cpp302 struct KeyHash { struct
303 size_t operator()(const BinaryFunction *F) const { return F->getHash(); } in operator ()()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DMultiOnDiskHashTable.h238 auto KeyHash = Info::ComputeHash(Key); in find() local