YAML representation of a complete COFF or PE object file.
Declared in <llvm/ObjectYAML/COFFYAML.h>
struct Object;
| Name | Description |
|---|---|
Object [constructor] | Construct an object with default-initialized fields. |
| Name | Description |
|---|---|
Header | COFF file header. |
OptionalHeader | Optional PE header when describing a PE image. |
Sections | Sections that make up the object. |
Symbols | Symbol table entries for the object. |
| Name | Description |
|---|---|
::llvm::yaml::yaml2coff | Write the COFF object described by Doc as a binary object to Out. |