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

Declarations

include/llvm/DebugInfo/PDB/Native/TpiStream.h
   45   uint32_t getNumTypeRecords() const;

References

lib/DebugInfo/PDB/Native/TpiStream.cpp
   92     if (NumHashValues != getNumTypeRecords() && NumHashValues != 0)
  116       TypeRecords, getNumTypeRecords(), getTypeIndexOffsets());
tools/llvm-pdbutil/BytesOutputStyle.cpp
  457   uint32_t Count = Tpi->getNumTypeRecords();
tools/llvm-pdbutil/DumpOutputStyle.cpp
 1334       NumDigits(TypeIndex::FirstNonSimpleIndex + Stream.getNumTypeRecords());
 1480       dumpFullTypeStream(P, Types, MaybeTracker, Stream.getNumTypeRecords(),
tools/llvm-pdbutil/InputFile.cpp
  385     uint32_t Count = Stream.getNumTypeRecords();