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

Overrides

include/llvm/DebugInfo/CodeView/TypeCollection.h
   31   virtual uint32_t size() = 0;

Declarations

include/llvm/DebugInfo/CodeView/LazyRandomTypeCollection.h
   78   uint32_t size() override;

References

tools/llvm-pdbutil/DumpOutputStyle.cpp
 1617   size_t TotalRecs = File.types().size();
unittests/DebugInfo/CodeView/RandomAccessVisitorTest.cpp
  220   EXPECT_EQ(8u, Types.size());
  249   EXPECT_EQ(8u, Types.size());
  278   EXPECT_EQ(8u, Types.size());
  309   EXPECT_EQ(8u, Types.size());
  339   EXPECT_EQ(5u, Types.size());