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

References

lib/DebugInfo/PDB/Native/GSIStreamBuilder.cpp
  213   Expected<uint32_t> Idx = Msf.addStream(calculateGlobalsHashStreamSize());
  217   Idx = Msf.addStream(calculatePublicsHashStreamSize());
  225   Idx = Msf.addStream(RecordBytes);
  287   PSH->addSymbol(Pub, Msf);
  291   GSH->addSymbol(Sym, Msf);
  295   GSH->addSymbol(Sym, Msf);
  299   GSH->addSymbol(Sym, Msf);
  365       Layout, Buffer, getGlobalsStreamIndex(), Msf.getAllocator());
  367       Layout, Buffer, getPublicsStreamIndex(), Msf.getAllocator());
  369       Layout, Buffer, getRecordStreamIdx(), Msf.getAllocator());