LLVM 22.0.0git
llvm::objcopy::wasm::Section Struct Reference

#include "ObjCopy/wasm/WasmObject.h"

Public Attributes

uint8_t SectionType
std::optional< uint8_tHeaderSecSizeEncodingLen
StringRef Name
ArrayRef< uint8_tContents

Detailed Description

Definition at line 22 of file WasmObject.h.

Member Data Documentation

◆ Contents

ArrayRef<uint8_t> llvm::objcopy::wasm::Section::Contents

◆ HeaderSecSizeEncodingLen

std::optional<uint8_t> llvm::objcopy::wasm::Section::HeaderSecSizeEncodingLen

Definition at line 26 of file WasmObject.h.

◆ Name

◆ SectionType

uint8_t llvm::objcopy::wasm::Section::SectionType

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