struct LinkingSection

Declaration

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

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

Inherits from: CustomSection

Member Variables

public uint32_t Version
public std::vector<SymbolInfo> SymbolTable
public std::vector<SegmentInfo> SegmentInfos
public std::vector<InitFunction> InitFunctions
public std::vector<Comdat> Comdats

Inherited from CustomSection:

public Name
public Payload

Inherited from Section:

public Type
public Relocations

Method Overview

Inherited from CustomSection:

Inherited from Section:

    Methods

    LinkingSection()

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

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

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

    Parameters

    const llvm::WasmYAML::Section* S