LLVM: llvm::WasmYAML::ExportSection Struct Reference (original) (raw)

#include "[llvm/ObjectYAML/WasmYAML.h](WasmYAML%5F8h%5Fsource.html)"

Inheritance diagram for llvm::WasmYAML::ExportSection:

Public Attributes
std::vector< Export > Exports
Public Attributes inherited from llvm::WasmYAML::Section
SectionType Type
std::vector< Relocation > Relocations
std::optional< uint8_t > HeaderSecSizeEncodingLen

Detailed Description

Definition at line 359 of file WasmYAML.h.

Constructor & Destructor Documentation

llvm::WasmYAML::ExportSection::ExportSection ( ) inline

Member Function Documentation

classof()

Member Data Documentation

Exports

std::vector<Export> llvm::WasmYAML::ExportSection::Exports


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