Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/
H A DGCOV.h337 uint32_t getLastLine() const { return Lines.back(); } in getLastLine() function
/freebsd-12.1/contrib/llvm/lib/ProfileData/
H A DGCOV.cpp801 if (Block->getLastLine() != LineIndex + 1) in print()