Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DGCOV.cpp292 for (GCOVBlock &block : fn->blocksRange()) in readGCDA()
705 for (const GCOVBlock &b : f.blocksRange()) { in collectFunction()
960 for (const GCOVBlock &b : f.blocksRange()) in printFunctionDetails()
/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/
H A DGCOV.h249 iterator_range<BlockIterator> blocksRange() const { in blocksRange() function