Home
last modified time | relevance | path

Searched refs:FunctionRecordIterator (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h326 class FunctionRecordIterator
327 : public iterator_facade_base<FunctionRecordIterator,
337 FunctionRecordIterator(ArrayRef<FunctionRecord> Records_,
343 FunctionRecordIterator() : Current(Records.begin()) {} in FunctionRecordIterator() function
345 bool operator==(const FunctionRecordIterator &RHS) const {
351 FunctionRecordIterator &operator++() {
568 return make_range(FunctionRecordIterator(Functions), in getCoveredFunctions()
569 FunctionRecordIterator()); in getCoveredFunctions()
573 iterator_range<FunctionRecordIterator>
575 return make_range(FunctionRecordIterator(Functions, Filename), in getCoveredFunctions()
[all …]
/freebsd-12.1/contrib/llvm/tools/llvm-cov/
H A DCoverageExporterLcov.cpp54 const iterator_range<coverage::FunctionRecordIterator> &Functions) { in renderFunctions()
H A DCoverageExporterJson.cpp155 const iterator_range<coverage::FunctionRecordIterator> &Functions) { in renderFunctions()
/freebsd-12.1/contrib/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp190 void FunctionRecordIterator::skipOtherFiles() { in skipOtherFiles()
195 *this = FunctionRecordIterator(); in skipOtherFiles()