Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DGCOV.cpp703 if (b->getLastLine() != lineNum) in collectSourceLine()
763 if (b->getLastLine() != lineNum) in annotateSource()
805 if (b->succ.size() < 2 || b->getLastLine() != lineNum) in printSourceToIntermediate()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DGCOV.h277 uint32_t getLastLine() const { return lines.back(); } in getLastLine() function
/netbsd-src/external/bsd/elftosb/dist/elftosb2/
H A DElftosbAST.h78 virtual int getLastLine() { return m_location.m_lastLine; } in getLastLine() function