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

#include "llvm/ObjectYAML/WasmYAML.h"

Collaboration diagram for llvm::WasmYAML::Object:
Collaboration graph
[legend]

Public Attributes

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

Detailed Description

Definition at line 347 of file WasmYAML.h.

Member Data Documentation

◆ Header

FileHeader llvm::WasmYAML::Object::Header

Definition at line 348 of file WasmYAML.h.

Referenced by llvm::yaml::MappingTraits< WasmYAML::Object >::mapping().

◆ Sections

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

Definition at line 349 of file WasmYAML.h.

Referenced by llvm::yaml::MappingTraits< WasmYAML::Object >::mapping().


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