struct ElemSection

Declaration

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

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

Inherits from: Section

Member Variables

public std::vector<ElemSegment> Segments

Inherited from Section:

public Type
public Relocations

Method Overview

Inherited from Section:

    Methods

    ElemSection()

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

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

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

    Parameters

    const llvm::WasmYAML::Section* S