llvm::COFFYAML::Object

YAML representation of a complete COFF or PE object file.

Synopsis

Declared in <llvm/ObjectYAML/COFFYAML.h>

struct Object;

Member Functions

NameDescription
Object [constructor]Construct an object with default-initialized fields.

Data Members

NameDescription
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.

Non-Member Functions

NameDescription
::llvm::yaml::yaml2coffWrite the COFF object described by Doc as a binary object to Out.