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 |
Section characteristics flags. |
|
CRC of the contribution data. |
|
Section index of the contribution. |
|
Module index that owns this contribution. |
|
Offset of the contribution within the section. |
|
Padding to 4‐byte alignment. |
|
Padding to 4‐byte alignment. |
|
CRC of the contribution relocations. |
|
Size in bytes of the contribution. |
Created with MrDocs