Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp760 if (b->getLastLine() != lineNum) in collectSourceLine()
820 if (b->getLastLine() != lineNum) in annotateSource()
862 if (b->succ.size() < 2 || b->getLastLine() != lineNum) in printSourceToIntermediate()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DGCOV.h298 uint32_t getLastLine() const { return lastLine; } in getLastLine() function