reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
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) {