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

References

lib/DebugInfo/PDB/Native/DbiStream.cpp
   75           Header->SecContrSubstreamSize + Header->SectionMapSize +
   90   if (Header->SectionMapSize % sizeof(uint32_t) != 0)
  106   if (auto EC = Reader.readSubstream(SecMapSubstream, Header->SectionMapSize))
lib/DebugInfo/PDB/Native/DbiStreamBuilder.cpp
  280   H->SectionMapSize = calculateSectionMapStreamSize();
tools/llvm-pdbutil/ExplainOutputStyle.cpp
  331   else if (Offset < endof(DbiStreamHeader, SectionMapSize))
  333                      int32_t(Header->SectionMapSize));
  420       {int32_t(Header->SectionMapSize), "Section Map", dontExplain<DbiStream>},