struct ProducersSection

Declaration

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

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

Inherits from: CustomSection

Member Variables

public std::vector<ProducerEntry> Languages
public std::vector<ProducerEntry> Tools
public std::vector<ProducerEntry> SDKs

Inherited from CustomSection:

public Name
public Payload

Inherited from Section:

public Type
public Relocations

Method Overview

Inherited from CustomSection:

Inherited from Section:

    Methods

    ProducersSection()

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

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

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

    Parameters

    const llvm::WasmYAML::Section* S