Home
last modified time | relevance | path

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

/external/llvm/include/llvm/DebugInfo/PDB/Raw/
DHash.h21 uint32_t hashBufferV8(ArrayRef<uint8_t> Data);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/Native/
DHash.h22 uint32_t hashBufferV8(ArrayRef<uint8_t> Data);
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/Native/
DHash.cpp81 uint32_t pdb::hashBufferV8(ArrayRef<uint8_t> Buf) { in hashBufferV8() function in pdb
DTpiHashing.cpp40 return hashBufferV8(FullRecord); in getHashForUdt()
/external/llvm/lib/DebugInfo/PDB/Raw/
DHash.cpp126 uint32_t pdb::hashBufferV8(ArrayRef<uint8_t> Buf) { in hashBufferV8() function in pdb
DTpiStream.cpp89 return hashBufferV8(RawRec.RawData); in getTpiHash()