Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/
H A DGCOV.cpp290 for (GCOVBlock &block : fn->blocksRange()) in readGCDA()
653 for (const GCOVBlock &b : f.blocksRange()) { in collectFunction()
903 for (const GCOVBlock &b : f.blocksRange()) in printFunctionDetails()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/
H A DGCOV.h241 iterator_range<BlockIterator> blocksRange() const { in blocksRange() function