LLVM 19.0.0git
Public Attributes | List of all members
llvm::WasmYAML::Object Struct Reference

#include "llvm/ObjectYAML/WasmYAML.h"

Public Attributes

FileHeader Header
 
std::vector< std::unique_ptr< Section > > Sections
 

Detailed Description

Definition at line 417 of file WasmYAML.h.

Member Data Documentation

◆ Header

FileHeader llvm::WasmYAML::Object::Header

Definition at line 418 of file WasmYAML.h.

◆ Sections

std::vector<std::unique_ptr<Section> > llvm::WasmYAML::Object::Sections

Definition at line 419 of file WasmYAML.h.


The documentation for this struct was generated from the following file: