Home
last modified time | relevance | path

Searched refs:is_at_eof (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DLineIterator.h60 bool is_at_eof() const { return !Buffer; } in is_at_eof() function
63 bool is_at_end() const { return is_at_eof(); } in is_at_end()
/freebsd/contrib/llvm-project/llvm/tools/llvm-cxxmap/
H A Dllvm-cxxmap.cpp100 !LineIt.is_at_eof(); ++LineIt) { in remapSymbols()
122 !LineIt.is_at_eof(); ++LineIt) { in remapSymbols()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSymbolRemappingReader.cpp36 for (; !LineIt.is_at_eof(); ++LineIt) { in read()
H A DSampleProfReader.cpp330 for (; !LineIt.is_at_eof(); ++LineIt) { in readImpl()
457 if (!LineIt.is_at_eof()) { in hasFormat()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DBasicBlockSectionsProfileReader.cpp149 for (; !LineIt.is_at_eof(); ++LineIt) { in ReadV1Profile()
262 for (; !LineIt.is_at_eof(); ++LineIt) { in ReadV0Profile()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DReplayInlineAdvisor.cpp49 for (; !LineIt.is_at_eof(); ++LineIt) { in ReplayInlineAdvisor()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DIssueHash.cpp131 for (; !LI.is_at_eof() && LI.line_number() != Line; ++LI) in GetNthLineOfFile()
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageView.cpp228 for (line_iterator LI(File, /*SkipBlanks=*/false); !LI.is_at_eof(); in print()
/freebsd/contrib/llvm-project/llvm/lib/InterfaceStub/
H A DIFSHandler.cpp168 for (line_iterator I(MemoryBufferRef(Buf, "ELFStub")); !I.is_at_eof(); ++I) { in usesTriple()
/freebsd/contrib/llvm-project/llvm/tools/llvm-profdata/
H A Dllvm-profdata.cpp571 !LineIt.is_at_eof(); ++LineIt) { in create()