Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h643 class FunctionRecordIterator
644 : public iterator_facade_base<FunctionRecordIterator,
654 FunctionRecordIterator(ArrayRef<FunctionRecord> Records_,
660 FunctionRecordIterator() : Current(Records.begin()) {} in FunctionRecordIterator() function
662 bool operator==(const FunctionRecordIterator &RHS) const {
668 FunctionRecordIterator &operator++() {
918 return make_range(FunctionRecordIterator(Functions), in getCoveredFunctions()
919 FunctionRecordIterator()); in getCoveredFunctions()
923 iterator_range<FunctionRecordIterator>
925 return make_range(FunctionRecordIterator(Functions, Filename), in getCoveredFunctions()
[all …]
/freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp543 void FunctionRecordIterator::skipOtherFiles() { in skipOtherFiles()
548 *this = FunctionRecordIterator(); in skipOtherFiles()