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

Declarations

include/llvm/DebugInfo/CodeView/AppendingTypeTableBuilder.h
   52   TypeIndex nextTypeIndex() const;

References

lib/DebugInfo/CodeView/AppendingTypeTableBuilder.cpp
   47   if (++Prev == nextTypeIndex())
   79   TypeIndex NewTI = nextTypeIndex();
   90   auto Fragments = Builder.end(nextTypeIndex());
unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp
   60     auto Records = CRB->end(TTB->nextTypeIndex());