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

References

lib/DebugInfo/PDB/Native/DbiModuleDescriptorBuilder.cpp
  151         MsfLayout, MsfBuffer, Layout.ModDiStream, MSF.getAllocator());
lib/DebugInfo/PDB/Native/DbiStreamBuilder.cpp
   28     : Msf(Msf), Allocator(Msf.getAllocator()), Age(1), BuildNumber(0),
lib/DebugInfo/PDB/Native/GSIStreamBuilder.cpp
   65     addSymbol(SymbolSerializer::writeOneSymbol(Copy, Msf.getAllocator(),
  365       Layout, Buffer, getGlobalsStreamIndex(), Msf.getAllocator());
  367       Layout, Buffer, getPublicsStreamIndex(), Msf.getAllocator());
  369       Layout, Buffer, getRecordStreamIdx(), Msf.getAllocator());
lib/DebugInfo/PDB/Native/InfoStreamBuilder.cpp
   61       Layout, Buffer, StreamPDB, Msf.getAllocator());
lib/DebugInfo/PDB/Native/TpiStreamBuilder.cpp
   35     : Msf(Msf), Allocator(Msf.getAllocator()), Header(nullptr), Idx(StreamIdx) {