struct DylinkSection

Declaration

struct DylinkSection : public CustomSection { /* full declaration omitted */ };

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

Inherits from: CustomSection

Member Variables

public uint32_t MemorySize
public uint32_t MemoryAlignment
public uint32_t TableSize
public uint32_t TableAlignment
public std::vector<StringRef> Needed
public std::vector<DylinkImportInfo> ImportInfo
public std::vector<DylinkExportInfo> ExportInfo

Inherited from CustomSection:

public Name
public Payload

Inherited from Section:

public Type
public Relocations

Method Overview

Inherited from CustomSection:

Inherited from Section:

    Methods

    DylinkSection()

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

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

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

    Parameters

    const llvm::WasmYAML::Section* S