YAML representation of a COFF section.

Synopsis

Declared in <llvm/ObjectYAML/COFFYAML.h>

struct Section;

Member Functions

Name

Description

Section [constructor]

Construct a section with default‐initialized fields.

Data Members

Name

Description

Alignment

Optional section alignment override in bytes.

DebugH

Optional CodeView .debug$H global type hash section.

DebugP

CodeView .debug$P type records for this section.

DebugS

CodeView .debug$S subsections for this section.

DebugT

CodeView .debug$T type records for this section.

Header

Native COFF section header fields.

Name

Section name as it appears in YAML.

Relocations

Relocations that apply to this section.

SectionData

Raw section contents when not expressed as structured fields.

StructuredData

Structured section payloads used instead of raw SectionData.

Created with MrDocs