LLVM: llvm::object::WasmSection Struct Reference (original) (raw)

#include "[llvm/Object/Wasm.h](Object%5F2Wasm%5F8h%5Fsource.html)"

Public Member Functions
Public Attributes
uint32_t Type = 0
uint32_t Offset = 0
StringRef Name
uint32_t Comdat = UINT32_MAX
ArrayRef< uint8_t > Content
std::vector< wasm::WasmRelocation > Relocations
std::optional< uint8_t > HeaderSecSizeEncodingLen

Definition at line 109 of file Wasm.h.

llvm::object::WasmSection::WasmSection ( ) default

Comdat

uint32_t llvm::object::WasmSection::Comdat = UINT32_MAX

Definition at line 115 of file Wasm.h.

Content

HeaderSecSizeEncodingLen

std::optional<uint8_t> llvm::object::WasmSection::HeaderSecSizeEncodingLen

Name

Offset

uint32_t llvm::object::WasmSection::Offset = 0

Definition at line 113 of file Wasm.h.

Relocations

Type

uint32_t llvm::object::WasmSection::Type = 0


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