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

References

tools/llvm-pdbutil/YAMLOutputStyle.cpp
   87   Obj.Headers->SuperBlock.NumBlocks = File.getBlockCount();
   88   Obj.Headers->SuperBlock.BlockMapAddr = File.getBlockMapIndex();
   89   Obj.Headers->SuperBlock.BlockSize = File.getBlockSize();
   90   auto Blocks = File.getDirectoryBlockArray();
   92   Obj.Headers->NumDirectoryBlocks = File.getNumDirectoryBlocks();
   93   Obj.Headers->SuperBlock.NumDirectoryBytes = File.getNumDirectoryBytes();
   95       opts::pdb2yaml::StreamMetadata ? File.getNumStreams() : 0;
   96   Obj.Headers->SuperBlock.FreeBlockMapBlock = File.getFreeBlockMapBlock();
   97   Obj.Headers->SuperBlock.Unknown1 = File.getUnknown1();
   98   Obj.Headers->FileSize = File.getFileSize();
  110   auto ExpectedST = File.getStringTable();
  132   Obj.StreamSizes->assign(File.getStreamSizes().begin(),
  133                           File.getStreamSizes().end());
  141   auto StreamMap = File.getStreamMap();
  156   auto IS = File.getPDBInfoStream();
  199   if (!File.hasPDBDbiStream())
  202   auto DbiS = File.getPDBDbiStream();
  234       auto ModStreamData = File.createIndexedStream(ModiStream);
  239       auto ExpectedST = File.getStringTable();
  286   auto TpiS = File.getPDBTpiStream();
  307   auto InfoS = File.getPDBInfoStream();
  313   auto IpiS = File.getPDBIpiStream();
  336   auto ExpectedPublics = File.getPDBPublicsStream();
  345   auto ExpectedSyms = File.getPDBSymbolStream();