LLVM: llvm::objcopy::wasm::Section Struct Reference (original) (raw)

#include "[ObjCopy/wasm/WasmObject.h](WasmObject%5F8h%5Fsource.html)"

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

Definition at line 28 of file WasmObject.h.

Referenced by llvm::objcopy::wasm::dumpSectionToFile(), and llvm::objcopy::wasm::handleArgs().

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

Definition at line 27 of file WasmObject.h.

Referenced by llvm::objcopy::wasm::Reader::create(), llvm::objcopy::wasm::dumpSectionToFile(), llvm::objcopy::wasm::handleArgs(), llvm::objcopy::wasm::isCommentSection(), llvm::objcopy::wasm::isDebugSection(), llvm::objcopy::wasm::isLinkerSection(), and llvm::objcopy::wasm::isNameSection().

SectionType

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

Definition at line 25 of file WasmObject.h.

Referenced by llvm::objcopy::wasm::Reader::create(), and llvm::objcopy::wasm::handleArgs().


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