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
- public FilenameRange(unsigned int StartingIndex, unsigned int Length)
- public bool isInvalid() const
- public void markInvalid()
Methods
¶FilenameRange(unsigned int StartingIndex,
unsigned int Length)
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
bool isInvalid() const
Declared at: llvm/lib/ProfileData/Coverage/CoverageMappingReader.cpp:491
¶void markInvalid()
void markInvalid()
Declared at: llvm/lib/ProfileData/Coverage/CoverageMappingReader.cpp:490