YAML representation of a COFF section.
Declared in <llvm/ObjectYAML/COFFYAML.h>
struct Section;
| Name | Description |
|---|---|
Section [constructor] | Construct a section with default-initialized fields. |
| 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. |