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

References

include/llvm/DebugInfo/CodeView/CodeViewRecordIO.h
  248       if (!MaxLength.hasValue())
  253       if (BytesUsed >= *MaxLength)
  255       return *MaxLength - BytesUsed;
lib/DebugInfo/CodeView/CodeViewRecordIO.cpp
   20   Limit.MaxLength = MaxLength;