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

References

include/llvm/Support/Format.h
  233     if (ByteGroupSize > NumPerLine)
  234       ByteGroupSize = NumPerLine;
lib/Support/raw_ostream.cpp
  425       alignTo(FB.NumPerLine, FB.ByteGroupSize) / FB.ByteGroupSize;
  425       alignTo(FB.NumPerLine, FB.ByteGroupSize) / FB.ByteGroupSize;
  442       if (I && (I % FB.ByteGroupSize) == 0) {