struct MemorySection

Declaration

struct MemorySection : public Section { /* full declaration omitted */ };

Declared at: llvm/include/llvm/ObjectYAML/WasmYAML.h:326

Inherits from: Section

Member Variables

public std::vector<Limits> Memories

Inherited from Section:

public Type
public Relocations

Method Overview

Inherited from Section:

    Methods

    MemorySection()

    Declared at: llvm/include/llvm/ObjectYAML/WasmYAML.h:327

    static bool classof(
        const llvm::WasmYAML::Section* S)

    Declared at: llvm/include/llvm/ObjectYAML/WasmYAML.h:329

    Parameters

    const llvm::WasmYAML::Section* S