struct GlobalSection

Declaration

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

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

Inherits from: Section

Member Variables

public std::vector<Global> Globals

Inherited from Section:

public Type
public Relocations

Method Overview

Inherited from Section:

    Methods

    GlobalSection()

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

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

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

    Parameters

    const llvm::WasmYAML::Section* S