class MSFStreamLayout

Declaration

class MSFStreamLayout { /* full declaration omitted */ };

Description

Describes the layout of a stream in an MSF layout. A "stream" here is defined as any logical unit of data which may be arranged inside the MSF file as a sequence of (possibly discontiguous) blocks. When we want to read from a particular MSF Stream, we fill out a stream layout structure and the reader uses it to determine which blocks in the underlying MSF file contain the data, so that it can be pieced together in the right order.

Declared at: llvm/include/llvm/DebugInfo/MSF/MSFCommon.h:77

Member Variables

public uint32_t Length
public std::vector<support::ulittle32_t> Blocks