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

References

tools/llvm-objdump/llvm-objdump.cpp
  594   for (const char *I = BufferStart; I != BufferEnd; ++I)
  594   for (const char *I = BufferStart; I != BufferEnd; ++I)
  595     if (*I == '\n') {
  596       Lines.emplace_back(Start, I - Start - (BufferStart < I && I[-1] == '\r'));
  596       Lines.emplace_back(Start, I - Start - (BufferStart < I && I[-1] == '\r'));
  596       Lines.emplace_back(Start, I - Start - (BufferStart < I && I[-1] == '\r'));
  597       Start = I + 1;