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

Declarations

include/llvm/DebugInfo/PDB/Native/TpiStream.h
   41   PdbRaw_TpiVer getTpiVersion() const;

References

tools/llvm-pdbutil/DumpOutputStyle.cpp
 1494                  static_cast<uint32_t>(Stream.getTpiVersion()));
tools/llvm-pdbutil/YAMLOutputStyle.cpp
  292   Obj.TpiStream->Version = TS.getTpiVersion();
  319   Obj.IpiStream->Version = IS.getTpiVersion();