Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h316 class FunctionRecordIterator
317 : public iterator_facade_base<FunctionRecordIterator,
327 FunctionRecordIterator(ArrayRef<FunctionRecord> Records_,
333 FunctionRecordIterator() : Current(Records.begin()) {} in FunctionRecordIterator() function
335 bool operator==(const FunctionRecordIterator &RHS) const {
341 FunctionRecordIterator &operator++() {
467 iterator_range<FunctionRecordIterator> getCoveredFunctions() const { in getCoveredFunctions()
468 return make_range(FunctionRecordIterator(Functions), in getCoveredFunctions()
469 FunctionRecordIterator()); in getCoveredFunctions()
473 iterator_range<FunctionRecordIterator>
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h330 class FunctionRecordIterator
331 : public iterator_facade_base<FunctionRecordIterator,
341 FunctionRecordIterator(ArrayRef<FunctionRecord> Records_,
347 FunctionRecordIterator() : Current(Records.begin()) {} in FunctionRecordIterator() function
349 bool operator==(const FunctionRecordIterator &RHS) const {
355 FunctionRecordIterator &operator++() {
580 iterator_range<FunctionRecordIterator> getCoveredFunctions() const { in getCoveredFunctions()
581 return make_range(FunctionRecordIterator(Functions), in getCoveredFunctions()
582 FunctionRecordIterator()); in getCoveredFunctions()
586 iterator_range<FunctionRecordIterator>
[all …]
/external/llvm-project/llvm/include/llvm/ProfileData/Coverage/
DCoverageMapping.h332 class FunctionRecordIterator
333 : public iterator_facade_base<FunctionRecordIterator,
343 FunctionRecordIterator(ArrayRef<FunctionRecord> Records_,
349 FunctionRecordIterator() : Current(Records.begin()) {} in FunctionRecordIterator() function
351 bool operator==(const FunctionRecordIterator &RHS) const {
357 FunctionRecordIterator &operator++() {
582 iterator_range<FunctionRecordIterator> getCoveredFunctions() const { in getCoveredFunctions()
583 return make_range(FunctionRecordIterator(Functions), in getCoveredFunctions()
584 FunctionRecordIterator()); in getCoveredFunctions()
588 iterator_range<FunctionRecordIterator>
[all …]
/external/llvm-project/llvm/tools/llvm-cov/
DCoverageExporterLcov.cpp53 const iterator_range<coverage::FunctionRecordIterator> &Functions) { in renderFunctions()
DCoverageExporterJson.cpp193 const iterator_range<coverage::FunctionRecordIterator> &Functions) { in renderFunctions()
/external/llvm/lib/ProfileData/Coverage/
DCoverageMapping.cpp178 void FunctionRecordIterator::skipOtherFiles() { in skipOtherFiles()
183 *this = FunctionRecordIterator(); in skipOtherFiles()
/external/llvm-project/llvm/lib/ProfileData/Coverage/
DCoverageMapping.cpp189 void FunctionRecordIterator::skipOtherFiles() { in skipOtherFiles()
194 *this = FunctionRecordIterator(); in skipOtherFiles()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/ProfileData/Coverage/
DCoverageMapping.cpp189 void FunctionRecordIterator::skipOtherFiles() { in skipOtherFiles()
194 *this = FunctionRecordIterator(); in skipOtherFiles()