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

References

include/llvm/DebugInfo/PDB/Native/GlobalsStream.h
   66   GSIHashIterator begin() const { return GSIHashIterator(HashRecords.begin()); }
   67   GSIHashIterator end() const { return GSIHashIterator(HashRecords.end()); }
lib/DebugInfo/PDB/Native/GlobalsStream.cpp
   67     EndRecordIndex = GlobalsTable.HashRecords.size() * 12;
   72   assert(EndRecordIndex <= GlobalsTable.HashRecords.size());
   74     PSHashRecord PSH = GlobalsTable.HashRecords[StartRecordIndex];
  174   if (auto EC = readGSIHashRecords(HashRecords, HashHdr, Reader))
tools/llvm-pdbutil/DumpOutputStyle.cpp
 1829       for (const PSHashRecord &HR : Table.HashRecords)