Home
last modified time | relevance | path

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

/external/llvm-project/llvm/tools/llvm-profgen/
DPerfReader.h30 bool IsAtEoF = false; variable
41 assert(!IsAtEoF && "Line iterator reaches the End-of-File!"); in getCurrentLine()
47 bool isAtEoF() { return IsAtEoF; } in isAtEoF()
52 IsAtEoF = true; in advance()