struct DataSection

Declaration

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

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

Inherits from: Section

Member Variables

public std::vector<DataSegment> Segments

Inherited from Section:

public Type
public Relocations

Method Overview

Inherited from Section:

    Methods

    DataSection()

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

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

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

    Parameters

    const llvm::WasmYAML::Section* S