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

References

tools/llvm-pdbutil/ExplainOutputStyle.cpp
  302     printStructField(P, "the DBI Stream Version Signature",
  305     printStructField(P, "the DBI Stream Version Header",
  308     printStructField(P, "the age of the DBI Stream", uint32_t(Header->Age));
  310     printStructField(P, "the index of the Global Symbol Stream",
  313     printStructField(P, "the build number", uint16_t(Header->BuildNumber));
  315     printStructField(P, "the index of the Public Symbol Stream",
  318     printStructField(P, "the version of mspdb.dll",
  321     printStructField(P, "the index of the Symbol Record Stream",
  324     printStructField(P, "the rbld of mspdb.dll", uint16_t(Header->PdbDllRbld));
  326     printStructField(P, "the size of the Module Info Substream",
  329     printStructField(P, "the size of the Section Contribution Substream",
  332     printStructField(P, "the size of the Section Map Substream",
  335     printStructField(P, "the size of the File Info Substream",
  338     printStructField(P, "the size of the Type Server Map",
  341     printStructField(P, "the index of the MFC Type Server stream",
  344     printStructField(P, "the size of the Optional Debug Stream array",
  347     printStructField(P, "the size of the Edit & Continue Substream",
  350     printStructField(P, "the DBI Stream flags", uint16_t(Header->Flags));
  352     printStructField(P, "the machine type", uint16_t(Header->MachineType));
  354     printStructField(P, "reserved data", uint32_t(Header->Reserved));