struct FilenameRange

Declaration

struct FilenameRange { /* full declaration omitted */ };

Description

A range of filename indices. Used to specify the location of a batch of filenames in a vector-like container.

Declared at: llvm/lib/ProfileData/Coverage/CoverageMappingReader.cpp:483

Member Variables

public unsigned int StartingIndex
public unsigned int Length

Method Overview

Methods

FilenameRange(unsigned int StartingIndex,
              unsigned int Length)

Declared at: llvm/lib/ProfileData/Coverage/CoverageMappingReader.cpp:487

Parameters

unsigned int StartingIndex
unsigned int Length

bool isInvalid() const

Declared at: llvm/lib/ProfileData/Coverage/CoverageMappingReader.cpp:491

void markInvalid()

Declared at: llvm/lib/ProfileData/Coverage/CoverageMappingReader.cpp:490