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

Declarations

include/llvm/DebugInfo/PDB/Native/TpiStream.h
   52   FixedStreamArray<codeview::TypeIndexOffset> getTypeIndexOffsets() const;

References

lib/DebugInfo/PDB/Native/TpiStream.cpp
  116       TypeRecords, getNumTypeRecords(), getTypeIndexOffsets());
tools/llvm-pdbutil/BytesOutputStyle.cpp
  458   auto Offsets = Tpi->getTypeIndexOffsets();
tools/llvm-pdbutil/DumpOutputStyle.cpp
 1501     auto IndexOffsets = Stream.getTypeIndexOffsets();
tools/llvm-pdbutil/InputFile.cpp
  386     auto Offsets = Stream.getTypeIndexOffsets();