struct FunctionSection

Declaration

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

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

Inherits from: Section

Member Variables

public std::vector<uint32_t> FunctionTypes

Inherited from Section:

public Type
public Relocations

Method Overview

Inherited from Section:

    Methods

    FunctionSection()

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

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

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

    Parameters

    const llvm::WasmYAML::Section* S