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

Declarations

tools/llvm-pdbutil/DumpOutputStyle.h
   75   PDBFile &getPdb();

References

tools/llvm-pdbutil/DumpOutputStyle.cpp
  248   P.formatLine("Block Size: {0}", getPdb().getBlockSize());
  249   P.formatLine("Number of blocks: {0}", getPdb().getBlockCount());
  250   P.formatLine("Number of streams: {0}", getPdb().getNumStreams());
  252   auto &PS = Err(getPdb().getPDBInfoStream());
  257   P.formatLine("Has Debug Info: {0}", getPdb().hasPDBDbiStream());
  258   P.formatLine("Has Types: {0}", getPdb().hasPDBTpiStream());
  259   P.formatLine("Has IDs: {0}", getPdb().hasPDBIpiStream());
  260   P.formatLine("Has Globals: {0}", getPdb().hasPDBGlobalsStream());
  261   P.formatLine("Has Publics: {0}", getPdb().hasPDBPublicsStream());
  262   if (getPdb().hasPDBDbiStream()) {
  263     auto &DBI = Err(getPdb().getPDBDbiStream());
  387     discoverStreamPurposes(getPdb(), StreamPurposes);
  389   uint32_t StreamCount = getPdb().getNumStreams();
  390   uint32_t MaxStreamSize = getPdb().getMaxStreamSize();
  396         fmt_align(getPdb().getStreamByteSize(StreamIdx), AlignStyle::Right,
  401       auto Blocks = getPdb().getStreamBlockList(StreamIdx);
  587   if (!getPdb().hasPDBDbiStream()) {
  595   auto &Stream = Err(getPdb().getPDBDbiStream());
  602           std::vector<std::string> Sections = getSectionNames(getPdb());
  628   if (!getPdb().hasPDBDbiStream()) {
  637                         auto &Stream = Err(getPdb().getPDBDbiStream());
  650   if (File.isPdb() && !getPdb().hasPDBDbiStream()) {
  682                    getPdb().getStreamByteSize(StreamIdx));
  773   if (File.isPdb() && !getPdb().hasPDBGlobalsStream()) {
  824     auto &SymbolRecords = cantFail(getPdb().getPDBSymbolStream());
  825     auto ExpGlobals = getPdb().getPDBGlobalsStream();
  945   if (File.isPdb() && !getPdb().hasPDBDbiStream()) {
  986   if (File.isPdb() && !getPdb().hasPDBDbiStream()) {
 1014   if (File.isPdb() && !getPdb().hasPDBDbiStream()) {
 1055   if (File.isPdb() && !getPdb().hasPDBDbiStream()) {
 1155   PDBFile &File = getPdb();
 1170   auto IS = getPdb().getStringTable();
 1443     Present = getPdb().hasPDBTpiStream();
 1450     Present = getPdb().hasPDBIpiStream();
 1466   auto &Stream = Err((StreamIdx == StreamTPI) ? getPdb().getPDBTpiStream()
 1467                                               : getPdb().getPDBIpiStream());
 1508     if (getPdb().hasPDBStringTable()) {
 1512       auto &Strings = Err(getPdb().getStringTable());
 1570   if (File.isPdb() && !getPdb().hasPDBDbiStream()) {
 1647   if (!getPdb().hasPDBSymbolStream()) {
 1654   auto &Records = cantFail(getPdb().getPDBSymbolStream());
 1681   if (!getPdb().hasPDBGlobalsStream()) {
 1688   auto &Globals = Err(getPdb().getPDBGlobalsStream());
 1694     SymbolStream &SymRecords = cantFail(getPdb().getPDBSymbolStream());
 1735   if (!getPdb().hasPDBPublicsStream()) {
 1742   auto &Publics = Err(getPdb().getPDBPublicsStream());
 1788   auto ExpectedSyms = getPdb().getPDBSymbolStream();
 1875   if (!getPdb().hasPDBDbiStream()) {
 1884   auto ExpectedHeaders = loadSectionHeaders(getPdb(), Type);
 1926   if (!getPdb().hasPDBDbiStream()) {
 1934   auto &Dbi = Err(getPdb().getPDBDbiStream());
 1957   std::vector<std::string> Names = getSectionNames(getPdb());
 1971   if (!getPdb().hasPDBDbiStream()) {
 1979   auto &Dbi = Err(getPdb().getPDBDbiStream());