struct ImportSection

Declaration

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

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

Inherits from: Section

Member Variables

public std::vector<Import> Imports

Inherited from Section:

public Type
public Relocations

Method Overview

Inherited from Section:

    Methods

    ImportSection()

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

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

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

    Parameters

    const llvm::WasmYAML::Section* S