Home | History | Annotate | Download | only in RuntimeDyld

Lines Matching full:lineend

710     const char *LineEnd = LineStart;
711 while (LineEnd != MemBuf->getBufferEnd() && *LineEnd != '\r' &&
712 *LineEnd != '\n')
713 ++LineEnd;
715 StringRef Line(LineStart, LineEnd - LineStart);
722 LineStart = LineEnd;