LLVM 19.0.0git
Public Attributes | List of all members
llvm::objcopy::wasm::Section Struct Reference

#include "ObjCopy/wasm/WasmObject.h"

Public Attributes

uint8_t SectionType
 
std::optional< uint8_t > HeaderSecSizeEncodingLen
 
StringRef Name
 
ArrayRef< uint8_t > Contents
 

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

StringRef llvm::objcopy::wasm::Section::Name

◆ SectionType

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

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