Searched refs:is_at_eof (Results 1 – 10 of 10) sorted by relevance
60 bool is_at_eof() const { return !Buffer; } in is_at_eof() function63 bool is_at_end() const { return is_at_eof(); } in is_at_end()
100 !LineIt.is_at_eof(); ++LineIt) { in remapSymbols()122 !LineIt.is_at_eof(); ++LineIt) { in remapSymbols()
36 for (; !LineIt.is_at_eof(); ++LineIt) { in read()
330 for (; !LineIt.is_at_eof(); ++LineIt) { in readImpl()457 if (!LineIt.is_at_eof()) { in hasFormat()
149 for (; !LineIt.is_at_eof(); ++LineIt) { in ReadV1Profile()262 for (; !LineIt.is_at_eof(); ++LineIt) { in ReadV0Profile()
49 for (; !LineIt.is_at_eof(); ++LineIt) { in ReplayInlineAdvisor()
131 for (; !LI.is_at_eof() && LI.line_number() != Line; ++LI) in GetNthLineOfFile()
228 for (line_iterator LI(File, /*SkipBlanks=*/false); !LI.is_at_eof(); in print()
168 for (line_iterator I(MemoryBufferRef(Buf, "ELFStub")); !I.is_at_eof(); ++I) { in usesTriple()
571 !LineIt.is_at_eof(); ++LineIt) { in create()