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

Overrides

include/llvm/DebugInfo/CodeView/TypeCollection.h
   28   virtual CVType getType(TypeIndex Index) = 0;

Declarations

include/llvm/DebugInfo/CodeView/TypeTableCollection.h
   27   CVType getType(TypeIndex Index) override;

References

lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  656     CVType Record = Table.getType(*B);