Section contribution describing one module's contribution to a section.

Synopsis

Declared in <llvm/DebugInfo/PDB/Native/RawTypes.h>

struct SectionContrib;

Description

This struct is defined as SC in include/dbicommon.h

Data Members

Name

Description

Characteristics

Section characteristics flags.

DataCrc

CRC of the contribution data.

ISect

Section index of the contribution.

Imod

Module index that owns this contribution.

Off

Offset of the contribution within the section.

Padding

Padding to 4‐byte alignment.

Padding2

Padding to 4‐byte alignment.

RelocCrc

CRC of the contribution relocations.

Size

Size in bytes of the contribution.

Created with MrDocs