class FunctionRecordIterator

Declaration

class FunctionRecordIterator : public iterator_facade_base { /* full declaration omitted */ };

Description

Iterator over Functions, optionally filtered to a single file.

Declared at: llvm/include/llvm/ProfileData/Coverage/CoverageMapping.h:330

Inherits from: iterator_facade_base

Method Overview

Methods

FunctionRecordIterator(
    ArrayRef<llvm::coverage::FunctionRecord>
        Records_,
    llvm::StringRef Filename = "")

Declared at: llvm/include/llvm/ProfileData/Coverage/CoverageMapping.h:341

Parameters

ArrayRef<llvm::coverage::FunctionRecord> Records_
llvm::StringRef Filename = ""

FunctionRecordIterator()

Declared at: llvm/include/llvm/ProfileData/Coverage/CoverageMapping.h:347