llvm::codeview::LineBlockFragmentHeader

Header for one file's line block within a Lines subsection (CV_DebugSLinesFileBlockHeader_t).

Synopsis

Declared in <llvm/DebugInfo/CodeView/DebugLinesSubsection.h>

struct LineBlockFragmentHeader;

Description

The following two variable-length arrays appear immediately after the header:


LineNumberEntry   Lines[NumLines];
ColumnNumberEntry Columns[NumLines];

Data Members

NameDescription
BlockSize Size of this block in bytes.
NameIndex Offset of the FileChecksum entry in the file checksums buffer.
NumLines Number of line entries in this block.