Header for one file's line block within a Lines subsection (CV_DebugSLinesFileBlockHeader_t).
Declared in <llvm/DebugInfo/CodeView/DebugLinesSubsection.h>
struct LineBlockFragmentHeader;
The following two variable-length arrays appear immediately after the header:
LineNumberEntry Lines[NumLines];
ColumnNumberEntry Columns[NumLines];
| Name | Description |
|---|---|
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. |