reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

include/llvm/Support/xxhash.h
   46 uint64_t xxHash64(llvm::ArrayRef<uint8_t> Data);

References

lib/DebugInfo/PDB/Native/GSIStreamBuilder.cpp
   44       return xxHash64(Val.RecordData);
lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp
  336         xxHash64({Buffer.getBufferStart(), Buffer.getBufferEnd()});
tools/lld/COFF/ICF.cpp
  266     sc->eqClass[0] = xxHash64(sc->getContents());
tools/lld/ELF/ICF.cpp
  457     s->eqClass[0] = xxHash64(s->data());
tools/lld/ELF/InputSection.cpp
 1253     pieces.emplace_back(i, xxHash64(data.slice(i, entSize)), !isAlloc);
tools/lld/ELF/Writer.cpp
 2715       write64le(dest, xxHash64(arr));