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

References

lib/DebugInfo/PDB/Native/PDBFile.cpp
  319     auto IpiS = safelyCreateIndexedStream(StreamIPI);
  432   if (StreamIPI >= getNumStreams())
lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp
   71     Ipi = std::make_unique<TpiStreamBuilder>(*Msf, StreamIPI);
tools/llvm-pdbutil/BytesOutputStyle.cpp
  174     dumpTypeIndex(StreamIPI, opts::bytes::IdIndex);
  294   assert(StreamIdx == StreamTPI || StreamIdx == StreamIPI);
tools/llvm-pdbutil/DumpOutputStyle.cpp
  180       if (auto EC = dumpTpiStream(StreamIPI))
 1427   assert(StreamIdx == StreamTPI || StreamIdx == StreamIPI);
 1431   } else if (StreamIdx == StreamIPI) {
 1449   } else if (StreamIdx == StreamIPI) {
tools/llvm-pdbutil/StreamUtil.cpp
  108     else if (StreamIdx == StreamIPI)