struct NameSection

Declaration

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

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

Inherits from: CustomSection

Member Variables

public std::vector<NameEntry> FunctionNames
public std::vector<NameEntry> GlobalNames
public std::vector<NameEntry> DataSegmentNames

Inherited from CustomSection:

public Name
public Payload

Inherited from Section:

public Type
public Relocations

Method Overview

Inherited from CustomSection:

Inherited from Section:

    Methods

    NameSection()

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

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

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

    Parameters

    const llvm::WasmYAML::Section* S