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

References

include/llvm/DebugInfo/PDB/Native/TpiStream.h
   58   codeview::LazyRandomTypeCollection &typeCollection() { return *Types; }
lib/DebugInfo/PDB/Native/TpiStream.cpp
  115   Types = std::make_unique<LazyRandomTypeCollection>(
  170     std::string ThisName = computeTypeName(*Types, TI);
  184   CVType F = Types->getType(ForwardRefTI);
  195     CVType CVT = Types->getType(TI);
  223   return Types->getType(Index);