LLVM 19.0.0git
Public Member Functions | Public Attributes | List of all members
llvm::WasmYAML::Section Struct Reference

#include "llvm/ObjectYAML/WasmYAML.h"

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

Public Member Functions

 Section (SectionType SecType)
 
virtual ~Section ()
 

Public Attributes

SectionType Type
 
std::vector< RelocationRelocations
 
std::optional< uint8_t > HeaderSecSizeEncodingLen
 

Detailed Description

Definition at line 186 of file WasmYAML.h.

Constructor & Destructor Documentation

◆ Section()

llvm::WasmYAML::Section::Section ( SectionType  SecType)
inlineexplicit

Definition at line 187 of file WasmYAML.h.

◆ ~Section()

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

Member Data Documentation

◆ HeaderSecSizeEncodingLen

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

Definition at line 192 of file WasmYAML.h.

◆ Relocations

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

Definition at line 191 of file WasmYAML.h.

◆ Type

SectionType llvm::WasmYAML::Section::Type

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