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

Overrides

include/llvm/DebugInfo/CodeView/TypeCollection.h
   26   virtual Optional<TypeIndex> getNext(TypeIndex Prev) = 0;

Declarations

include/llvm/DebugInfo/CodeView/TypeTableCollection.h
   25   Optional<TypeIndex> getNext(TypeIndex Prev) override;

References

lib/CodeGen/AsmPrinter/CodeViewDebug.cpp
  665     B = Table.getNext(*B);