HomeSort by: relevance | last modified time | path
    Searched refs:FunctionRecordIterator (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/ProfileData/Coverage/
CoverageMapping.h 382 class FunctionRecordIterator
383 : public iterator_facade_base<FunctionRecordIterator,
393 FunctionRecordIterator(ArrayRef<FunctionRecord> Records_,
399 FunctionRecordIterator() : Current(Records.begin()) {}
401 bool operator==(const FunctionRecordIterator &RHS) const {
407 FunctionRecordIterator &operator++() {
642 iterator_range<FunctionRecordIterator> getCoveredFunctions() const {
643 return make_range(FunctionRecordIterator(Functions),
644 FunctionRecordIterator());
648 iterator_range<FunctionRecordIterator>
    [all...]
  /src/external/apache2/llvm/dist/llvm/tools/llvm-cov/
CoverageExporterLcov.cpp 57 const iterator_range<coverage::FunctionRecordIterator> &Functions) {
CoverageExporterJson.cpp 260 const iterator_range<coverage::FunctionRecordIterator> &Functions) {
  /src/external/apache2/llvm/dist/llvm/lib/ProfileData/Coverage/
CoverageMapping.cpp 205 void FunctionRecordIterator::skipOtherFiles() {
210 *this = FunctionRecordIterator();

Completed in 19 milliseconds