Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp753 if (b->getLastLine() != lineNum) in collectSourceLine()
813 if (b->getLastLine() != lineNum) in annotateSource()
855 if (b->succ.size() < 2 || b->getLastLine() != lineNum) in printSourceToIntermediate()
/src/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DGCOV.h284 uint32_t getLastLine() const { return lines.back(); } in getLastLine() function