Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/Coverage/
H A DCoverageMapping.h382 class FunctionRecordIterator
383 : public iterator_facade_base<FunctionRecordIterator,
393 FunctionRecordIterator(ArrayRef<FunctionRecord> Records_,
399 FunctionRecordIterator() : Current(Records.begin()) {} in FunctionRecordIterator() function
401 bool operator==(const FunctionRecordIterator &RHS) const {
407 FunctionRecordIterator &operator++() {
642 iterator_range<FunctionRecordIterator> getCoveredFunctions() const { in getCoveredFunctions()
643 return make_range(FunctionRecordIterator(Functions), in getCoveredFunctions()
644 FunctionRecordIterator()); in getCoveredFunctions()
648 iterator_range<FunctionRecordIterator>
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
H A DCoverageExporterLcov.cpp57 const iterator_range<coverage::FunctionRecordIterator> &Functions) { in renderFunctions()
H A DCoverageExporterJson.cpp260 const iterator_range<coverage::FunctionRecordIterator> &Functions) { in renderFunctions()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
H A DCoverageMapping.cpp205 void FunctionRecordIterator::skipOtherFiles() { in skipOtherFiles()
210 *this = FunctionRecordIterator(); in skipOtherFiles()