YAML representation of a COFF section.
Synopsis
Declared in <llvm/ObjectYAML/COFFYAML.h>
struct Section;
Member Functions
Name |
Description |
|
Construct a section with default‐initialized fields. |
Data Members
Name |
Description |
Optional section alignment override in bytes. |
|
Optional CodeView |
|
CodeView |
|
CodeView |
|
CodeView |
|
Native COFF section header fields. |
|
Section name as it appears in YAML. |
|
Relocations that apply to this section. |
|
Raw section contents when not expressed as structured fields. |
|
Structured section payloads used instead of raw |
Created with MrDocs