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

Declarations

include/llvm/DebugInfo/CodeView/GlobalTypeTableBuilder.h
   64   TypeIndex nextTypeIndex() const;

References

include/llvm/DebugInfo/CodeView/GlobalTypeTableBuilder.h
   74     auto Result = HashedRecords.try_emplace(Hash, nextTypeIndex());
   94         Result.first->second = nextTypeIndex();
lib/DebugInfo/CodeView/GlobalTypeTableBuilder.cpp
   49   if (++Prev == nextTypeIndex())
  101   auto Fragments = Builder.end(nextTypeIndex());