Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h736 class FunctionRecordIterator
737 : public iterator_facade_base<FunctionRecordIterator,
747 FunctionRecordIterator(ArrayRef<FunctionRecord> Records_,
753 FunctionRecordIterator() : Current(Records.begin()) {} in FunctionRecordIterator() function
755 bool operator==(const FunctionRecordIterator &RHS) const {
761 FunctionRecordIterator &operator++() {
1010 iterator_range<FunctionRecordIterator> getCoveredFunctions() const { in getCoveredFunctions()
1011 return make_range(FunctionRecordIterator(Functions), in getCoveredFunctions()
1012 FunctionRecordIterator()); in getCoveredFunctions()
1016 iterator_range<FunctionRecordIterator>
[all …]
/freebsd/contrib/llvm-project/llvm/tools/llvm-cov/
H A DCoverageExporterLcov.cpp57 const iterator_range<coverage::FunctionRecordIterator> &Functions) { in renderFunctions()
H A DCoverageExporterJson.cpp300 const iterator_range<coverage::FunctionRecordIterator> &Functions) { in renderFunctions()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp592 void FunctionRecordIterator::skipOtherFiles() { in skipOtherFiles()
597 *this = FunctionRecordIterator(); in skipOtherFiles()