Home
last modified time | relevance | path

Searched refs:hashBufferV8 (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHash.h21 uint32_t hashBufferV8(ArrayRef<uint8_t> Data);
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DHash.cpp80 uint32_t pdb::hashBufferV8(ArrayRef<uint8_t> Buf) { in hashBufferV8() function in pdb
H A DTpiHashing.cpp39 return hashBufferV8(FullRecord); in getHashForUdt()