struct WasmSection

Declaration

struct WasmSection { /* full declaration omitted */ };

Declared at: llvm/include/llvm/Object/Wasm.h:104

Member Variables

public uint32_t Type = 0
public uint32_t Offset = 0
public llvm::StringRef Name
public uint32_t Comdat = (4294967295U)
public ArrayRef<uint8_t> Content
public std::vector<wasm::WasmRelocation> Relocations

Method Overview

Methods

ΒΆWasmSection()

Declared at: llvm/include/llvm/Object/Wasm.h:105