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

References

lib/DebugInfo/PDB/Native/PDBFile.cpp
  303     auto TpiS = safelyCreateIndexedStream(StreamTPI);
  455 bool PDBFile::hasPDBTpiStream() const { return StreamTPI < getNumStreams(); }
lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp
   65     Tpi = std::make_unique<TpiStreamBuilder>(*Msf, StreamTPI);
tools/llvm-pdbutil/BytesOutputStyle.cpp
  169     dumpTypeIndex(StreamTPI, opts::bytes::TypeIndex);
  294   assert(StreamIdx == StreamTPI || StreamIdx == StreamIPI);
  297   bool IsTpi = (StreamIdx == StreamTPI);
  447   auto &TypeCollection = (StreamIdx == StreamTPI) ? TpiTypes : IpiTypes;
  451   auto Tpi = (StreamIdx == StreamTPI) ? File.getPDBTpiStream()
tools/llvm-pdbutil/DumpOutputStyle.cpp
  174       if (auto EC = dumpTpiStream(StreamTPI))
 1427   assert(StreamIdx == StreamTPI || StreamIdx == StreamIPI);
 1429   if (StreamIdx == StreamTPI) {
 1442   if (StreamIdx == StreamTPI) {
 1459     printStreamNotPresent(StreamIdx == StreamTPI ? "TPI" : "IPI");
 1466   auto &Stream = Err((StreamIdx == StreamTPI) ? getPdb().getPDBTpiStream()
 1469   auto &Types = (StreamIdx == StreamTPI) ? File.types() : File.ids();
 1473       (StreamIdx == StreamTPI) ? RefTracker.get() : nullptr;
tools/llvm-pdbutil/StreamUtil.cpp
  106     else if (StreamIdx == StreamTPI)