LLVM 22.0.0git
llvm::WasmYAML::Section Struct Reference

#include "llvm/ObjectYAML/WasmYAML.h"

Inheritance diagram for llvm::WasmYAML::Section:
[legend]

Public Member Functions

 Section (SectionType SecType)
virtual ~Section ()

Public Attributes

SectionType Type
std::vector< RelocationRelocations
std::optional< uint8_tHeaderSecSizeEncodingLen

Detailed Description

Definition at line 187 of file WasmYAML.h.

Constructor & Destructor Documentation

◆ Section()

◆ ~Section()

llvm::WasmYAML::Section::~Section ( )
virtualdefault

Member Data Documentation

◆ HeaderSecSizeEncodingLen

std::optional<uint8_t> llvm::WasmYAML::Section::HeaderSecSizeEncodingLen

Definition at line 193 of file WasmYAML.h.

◆ Relocations

std::vector<Relocation> llvm::WasmYAML::Section::Relocations

Definition at line 192 of file WasmYAML.h.

◆ Type


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