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

Overrides

include/llvm/DebugInfo/CodeView/TypeCollection.h
   29   virtual StringRef getTypeName(TypeIndex Index) = 0;

Declarations

include/llvm/DebugInfo/CodeView/LazyRandomTypeCollection.h
   76   StringRef getTypeName(TypeIndex Index) override;

References

tools/llvm-pdbutil/MinimalSymbolDumper.cpp
  371   StringRef Name = Container.getTypeName(TI);
tools/llvm-pdbutil/MinimalTypeDumper.cpp
  282   return Types.getTypeName(TI);
unittests/DebugInfo/CodeView/RandomAccessVisitorTest.cpp
  396   StringRef Name = Types.getTypeName(IndexOne);