llvm::COFFYAML::SectionDataEntry

One piece of structured section contents for YAML.

Synopsis

Declared in <llvm/ObjectYAML/COFFYAML.h>

struct SectionDataEntry;

Member Functions

NameDescription
size Return the serialized size of this entry in bytes.
writeAsBinary Append this entry's binary encoding to CBA.

Data Members

NameDescription
Binary Optional raw binary payload for this entry.
LoadConfig32 Optional 32-bit PE load configuration structure.
LoadConfig64 Optional 64-bit PE load configuration structure.
UInt32 Optional 32-bit integer payload for this entry.