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

References

lib/ObjectYAML/CodeViewYAMLTypeHashing.cpp
   54   cantFail(Reader.readInteger(DHS.Magic));
   55   cantFail(Reader.readInteger(DHS.Version));
   56   cantFail(Reader.readInteger(DHS.HashAlgorithm));
   61     DHS.Hashes.emplace_back(S);
   64   return DHS;