struct TypeSection

Declaration

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

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

Inherits from: Section

Member Variables

public std::vector<Signature> Signatures

Inherited from Section:

public Type
public Relocations

Method Overview

Inherited from Section:

    Methods

    TypeSection()

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

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

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

    Parameters

    const llvm::WasmYAML::Section* S