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

References

lib/ObjectYAML/CodeViewYAMLDebugSections.cpp
  801       State.strings(), State.checksums(), Lines);
  823       State.strings(), State.checksums(), Inlinees);
tools/lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp
 1091     const auto &checksums = cci->m_strings.checksums().getArray();
tools/llvm-pdbutil/InputFile.cpp
  195   for (const auto &Entry : SC.checksums()) {
  233   auto Iter = SC.checksums().getArray().at(Offset);
  234   if (Iter == SC.checksums().getArray().end()) {