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

Overrides

include/llvm/DebugInfo/CodeView/TypeCollection.h
   32   virtual uint32_t capacity() = 0;

Declarations

include/llvm/DebugInfo/CodeView/LazyRandomTypeCollection.h
   79   uint32_t capacity() override;

References

lib/DebugInfo/CodeView/LazyRandomTypeCollection.cpp
  161   if (MinSize <= capacity())
  166   assert(NewCapacity > capacity());
  195     TIE = TypeIndex::fromArrayIndex(capacity());
tools/llvm-pdbutil/BytesOutputStyle.cpp
  310     if (TI.toArrayIndex() >= Types.capacity()) {