LLVM 22.0.0git
llvm::msf::MSFStreamLayout Class Reference

Describes the layout of a stream in an MSF layout. More...

#include "llvm/DebugInfo/MSF/MSFCommon.h"

Public Attributes

uint32_t Length
std::vector< support::ulittle32_tBlocks

Detailed 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.

Definition at line 78 of file MSFCommon.h.

Member Data Documentation

◆ Blocks

◆ Length


The documentation for this class was generated from the following file: