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

Declarations

include/llvm/DebugInfo/CodeView/ContinuationRecordBuilder.h
   59   std::vector<CVType> end(TypeIndex Index);

References

lib/DebugInfo/CodeView/AppendingTypeTableBuilder.cpp
   90   auto Fragments = Builder.end(nextTypeIndex());
lib/DebugInfo/CodeView/GlobalTypeTableBuilder.cpp
  101   auto Fragments = Builder.end(nextTypeIndex());
lib/DebugInfo/CodeView/MergingTypeTableBuilder.cpp
  118   auto Fragments = Builder.end(nextTypeIndex());
unittests/DebugInfo/CodeView/TypeIndexDiscoveryTest.cpp
   60     auto Records = CRB->end(TTB->nextTypeIndex());