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

Declarations

include/llvm/Support/CRC.h
   50   void update(ArrayRef<uint8_t> Data);

References

lib/DebugInfo/PDB/Native/Hash.cpp
   82   JC.update(Buf);
lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp
  177       CRC.update(arrayRefFromStringRef(IS.Content->getBuffer()));
lib/DebugInfo/PDB/Native/TpiHashing.cpp
  127   JC.update(Rec.data());
lib/MC/WinCOFFObjectWriter.cpp
  608   JC.update(makeArrayRef(reinterpret_cast<uint8_t*>(Buf.data()), Buf.size()));
lib/Transforms/Instrumentation/PGOInstrumentation.cpp
  626   JC.update(Indexes);
tools/clang/lib/AST/MicrosoftMangle.cpp
 3485     JC.update(GetLittleEndianByte(I));
tools/lld/COFF/PDB.cpp
  961     crc.update(contents);