Searched refs:FuncsIt (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp650 FunctionLines::const_iterator FuncsIt = Line.Functions.find(LineIndex); local
651 if (FuncsIt != Line.Functions.end())
652 printFunctionSummary(CovOS, FuncsIt->second);

Completed in 121 milliseconds